Skip to content

Commit ad5d4cb

Browse files
committed
port diff from #426
1 parent 1910cfd commit ad5d4cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default:
33
suites:
44
default:
55
paths:
6-
- tests/behat
6+
- tests/behat/
77
contexts:
88
- Behat\MinkExtension\Context\MinkContext
99
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn

tests/behat/wp-redis.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Feature: WP Redis
1515
Then I should see "Redis Calls:"
1616
And I should see "Cache Hits:"
1717
And I should see "Cache Misses:"
18+
And I should see "Redis Calls:"
1819

1920
# We call the same page twice to give Redis an opportunity to cache
2021
# something so that `get` actually fires.
2122
When I am on "/?redis_debug"
2223
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"

0 commit comments

Comments
 (0)