Skip to content

Commit

Permalink
Alternative fix
Browse files Browse the repository at this point in the history
More consistent with other formerly intermittent tests
  • Loading branch information
ceithir committed Nov 13, 2023
1 parent 16d7380 commit 84eace9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/tags_and_wrangling/tag_wrangling.feature
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,14 @@ Feature: Tag wrangling
When I edit the tag "Child"
And I check the 1st checkbox with id matching "MetaTag"
And I fill in "tag_meta_tag_string" with "Grandparent"
# Ensure a new cache key will be used
And it is currently 1 second from now
And I press "Save changes"
Then I should see "Tag was updated"
And I should see "Grandparent" within "#parent_MetaTag_associations_to_remove_checkboxes"
But I should not see "Parent" within "#parent_MetaTag_associations_to_remove_checkboxes"

# Burst template cache
When it is currently 25 hours from now
And I view the tag "Child"
When I view the tag "Child"
Then I should see "Grandparent" within ".meta"
But I should not see "Parent" within ".meta"

Expand Down

0 comments on commit 84eace9

Please sign in to comment.