Skip to content

Commit

Permalink
chore: update tests to skip ci for webkit/firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Dec 17, 2024
1 parent ca8821d commit 48c4d55
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/playwright/tests/playwright-actions-html.feature
Original file line number Diff line number Diff line change
Expand Up @@ -184,18 +184,21 @@ Feature: Actions step definitions on a static page
Scenario: Taking a default screenshot with exploded tags
When I take a screenshot

@webkit @mobile @desktop @nojs @js @slowmo @sequential
@webkit @mobile @desktop @nojs @js @slowmo @sequential @skip-ci
Scenario: Taking a screenshot with lots of exploded tags
When I take a screenshot named "temp"

@sequential
Scenario: Cleaning up the screenshots with exploded tags
Then the screenshot "Feature: Actions step definitions on a static page_Taking a default screenshot with exploded tags (@concurrent,@sequential,@js)_01.png" should exist--delete it
And the screenshot "Feature: Actions step definitions on a static page_Taking a default screenshot with exploded tags (@concurrent,@sequential,@nojs)_01.png" should exist--delete it
And the screenshot "temp_(@concurrent,@slowmo,@sequential,@nojs,@webkit,@mobile).png" should exist--delete it
And the screenshot "temp_(@concurrent,@slowmo,@sequential,@nojs,@webkit,@desktop).png" should exist--delete it
And the screenshot "temp_(@concurrent,@slowmo,@sequential,@js,@webkit,@mobile).png" should exist--delete it
And the screenshot "temp_(@concurrent,@slowmo,@sequential,@js,@webkit,@desktop).png" should exist--delete it

@sequential @skip-ci
Scenario: Cleaning up the screenshots with exploded tags
And the screenshot "temp_(@skip-ci,@concurrent,@slowmo,@sequential,@nojs,@webkit,@mobile).png" should exist--delete it
And the screenshot "temp_(@skip-ci,@concurrent,@slowmo,@sequential,@nojs,@webkit,@desktop).png" should exist--delete it
And the screenshot "temp_(@skip-ci,@concurrent,@slowmo,@sequential,@js,@webkit,@mobile).png" should exist--delete it
And the screenshot "temp_(@skip-ci,@concurrent,@slowmo,@sequential,@js,@webkit,@desktop).png" should exist--delete it

Rule: Different browser sizes must be supported

Expand Down

0 comments on commit 48c4d55

Please sign in to comment.