Skip to content

Commit

Permalink
Merge pull request #1718 from creative-commoners/pulls/2.2/behat-retry
Browse files Browse the repository at this point in the history
MNT Add @Retry to behat feature files
  • Loading branch information
GuySartorelli authored Apr 11, 2024
2 parents ce3f7ea + 07a07ac commit 61f463e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/behat/features/gridfield-import.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Import in GridField
As a site owner
I want confidence that only users with permission can import records
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/gridfield-search.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Search in GridField
As an author
I want to search an item in the CMS
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/gridfield-toast-messages.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Show toast messages
As an author
I want to see toast message in the CMS when I create, edit, delete, publish, unpublish, archive a record
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/gridfield-with-arbitrarydata.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Use Gridfield with arbitrary data
As a developer
I want to be able to view and edit data from some arbitrary source
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/gridfield-with-arraydata.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Use Gridfield with ArrayData
As a developer
I want to be able to view read-only data from some arbitrary source
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/multitab-validation.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Multi-tab page validation icons
As a content author
I want to see which tabs have form fields that failed validation
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/notfound.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Not found
As a site owner
I want error messages to be displayed in the context of the admin section
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/site-settings.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Site settings
As a site owner
I want to be able to change site settings
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/validation.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry
Feature: Form validation
As a content author
I want form validation to work in the CMS
Expand Down

0 comments on commit 61f463e

Please sign in to comment.