Skip to content

Commit

Permalink
port diff from #426
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jun 22, 2023
1 parent 1910cfd commit ad5d4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default:
suites:
default:
paths:
- tests/behat
- tests/behat/
contexts:
- Behat\MinkExtension\Context\MinkContext
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn
Expand Down
4 changes: 2 additions & 2 deletions tests/behat/wp-redis.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ad5d4cb

Please sign in to comment.