Skip to content

Commit

Permalink
Use the /node page for cache test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsumit committed Sep 26, 2024
1 parent 2511907 commit 1357450
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/behat/features/override_list_tag.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ I want to toggle the setting for overriding cache tags
@api
Scenario: Core behavior
Given there are some "article" nodes
And "/" is caching
And "/node" is caching
When a generate a "article" node
Then "/" has been purged
And "/" is caching
Then "/node" has been purged
And "/node" is caching

@api @current
Scenario: Old override
Given there are some "article" nodes
When I run drush "config:set pantheon_advanced_page_cache.settings --input-format=yaml override_list_tags true"
And "/" is caching
And "/node" is caching
When a generate a "article" node
And "/" has not been purged
And "/node" has not been purged

0 comments on commit 1357450

Please sign in to comment.