Skip to content

Commit

Permalink
MNT Add @Retry to behat feature files
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 4, 2024
1 parent 3fb2bfb commit be71df0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/behat/features/file-details.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: File details
As a cms author
I want to see file details
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/wysiwyg-embed-toolbar.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets
@assets @retry
Feature: Use the WYSIWYG embed toolbar
As a cms author
I want to edit and delete embeds using the context toolbar
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/wysiwyg-image-toolbar.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets
@assets @retry
Feature: Use the WYSIWYG image toolbar
As a cms author
I want to edit and delete images using the context toolbar
Expand Down

0 comments on commit be71df0

Please sign in to comment.