Skip to content

Commit

Permalink
remove the updated test
Browse files Browse the repository at this point in the history
we're testing this with unit tests and this is being annoying in behat
  • Loading branch information
jazzsequence committed Aug 6, 2024
1 parent 078ae37 commit de14f71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/behat/admin-interface.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Feature: Adjust the Default Max Age setting
Background:
Given I log in as an admin

Scenario: Auto-update to the default value if the value
When I go to "/wp-admin/options-general.php?page=pantheon-cache"
Then I should see "The Pantheon GCDN cache max age has been updated. The previous value was 10 minutes. The new value is 1 week."
And the "pantheon-cache[default_ttl]" field should contain "604800"

Scenario: Change the cache max age to 1 week
When I go to "/wp-admin/options-general.php?page=pantheon-cache"
And I fill in "pantheon-cache[default_ttl]" with "604800"
Expand Down

0 comments on commit de14f71

Please sign in to comment.