File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
suites :
4
4
default :
5
5
paths :
6
- - tests/behat
6
+ - tests/behat/
7
7
contexts :
8
8
- Behat\MinkExtension\Context\MinkContext
9
9
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Feature: WP Redis
15
15
Then I should see "Redis Calls:"
16
16
And I should see "Cache Hits:"
17
17
And I should see "Cache Misses:"
18
+ And I should see "Redis Calls:"
18
19
19
20
# We call the same page twice to give Redis an opportunity to cache
20
21
# something so that `get` actually fires.
21
22
When I am on "/?redis_debug"
22
23
Then I should see "Group:"
23
- # Uncomment this test when PR #426 is merged.
24
- # Then I should see "- get"
24
+ Then I should see "- get"
You can’t perform that action at this time.
0 commit comments