diff --git a/behat.yml b/behat.yml index b6b04cf..12dad86 100644 --- a/behat.yml +++ b/behat.yml @@ -3,7 +3,7 @@ default: suites: default: paths: - - tests/behat + - tests/behat/ contexts: - Behat\MinkExtension\Context\MinkContext - PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn diff --git a/tests/behat/wp-redis.feature b/tests/behat/wp-redis.feature index c23bb3e..6646b22 100644 --- a/tests/behat/wp-redis.feature +++ b/tests/behat/wp-redis.feature @@ -15,10 +15,10 @@ Feature: WP Redis Then I should see "Redis Calls:" And I should see "Cache Hits:" And I should see "Cache Misses:" + And I should see "Redis Calls:" # We call the same page twice to give Redis an opportunity to cache # something so that `get` actually fires. When I am on "/?redis_debug" Then I should see "Group:" - # Uncomment this test when PR #426 is merged. - # Then I should see "- get" + Then I should see "- get"