Skip to content

Commit

Permalink
Fixed views filtering test. (#1165)
Browse files Browse the repository at this point in the history
See #1164
  • Loading branch information
AlexSkrypnyk authored Dec 7, 2023
1 parent 4d9237e commit 1167d03
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Feature: CivicTheme listing renders on views pages with filters
# | civictheme-no-sidebar/listing-one-filter-single-select |
# | civictheme-no-sidebar/listing-one-filter-single-select-exposed-block |

@api @testmode
@api @testmode
Scenario Outline: Listing example - One filter - Multi
Given I am an anonymous user
When I go to "<path>"
Expand All @@ -162,6 +162,8 @@ Feature: CivicTheme listing renders on views pages with filters
And I should not see the text "[TEST] Page 13"
And I should not see the text "[TEST] Page 14"
And I should not see the text "[TEST] Page 15"
# @todo Remove once https://www.drupal.org/project/drupal/issues/2900248 is resolved.
And the cache has been cleared

Examples:
| path |
Expand Down

0 comments on commit 1167d03

Please sign in to comment.