Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT Add @retry to behat feature files #1718

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading