Skip to content

Commit f45eb3a

Browse files
committed
fix: order of tags in one playwright test
1 parent ef6e8df commit f45eb3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/playwright/tests/playwright-actions-html.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ Feature: Actions step definitions on a static page
195195

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

203203
@skip-ci @artifacts-todo
204204
Rule: Different browser sizes must be supported

0 commit comments

Comments
 (0)