@@ -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