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 Split behat jobs #1794

Merged
merged 1 commit into from
Jul 18, 2024
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
2 changes: 1 addition & 1 deletion tests/behat/features/gridfield-import.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job1
Feature: Import in GridField
As a site owner
I want confidence that only users with permission can import records
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/gridfield-navigation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job1
Feature: Search in GridField
As an author
I want to navigate through the filtered and sorted GridField list
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/gridfield-search.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job1
Feature: Search in GridField
As an author
I want to search an item in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/gridfield-toast-messages.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job1
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
2 changes: 1 addition & 1 deletion tests/behat/features/gridfield-with-arbitrarydata.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job2
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
2 changes: 1 addition & 1 deletion tests/behat/features/gridfield-with-arraydata.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job2
Feature: Use Gridfield with ArrayData
As a developer
I want to be able to view read-only data from some arbitrary source
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/login.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job2
Feature: Log in
As an site owner
I want to access to the CMS to be secure
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/lostpassword.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job2
Feature: Lost Password
As a site owner
I want to be able to reset my password
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/manage-groups.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @retry
@javascript @retry @job2
Feature: Manage groups
As a site administrator
I want to create and manage user groups on my site
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/manage-roles.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @retry
@javascript @retry @job2
Feature: Manage Roles
As a site administrator
I want to create and manage group roles on my site
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/manage-users.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @retry
@javascript @retry @job3
Feature: Manage users
As a site administrator
I want to create and manage user accounts on my site
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/multitab-validation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job2
Feature: Multi-tab page validation icons
As a content author
I want to see which tabs have form fields that failed validation
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/notfound.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job3
Feature: Not found
As a site owner
I want error messages to be displayed in the context of the admin section
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/profile.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job3
Feature: Manage my own settings
As a CMS user
I want to be able to change personal settings
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/reauthenticate.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@modal @retry
@modal @retry @job3
Feature: Reauthenticate
As a content editor
I want to be able to log in through a CMS popup when my session expires
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/security-permissions.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @retry
@javascript @retry @job3
Feature: Manage Security Permissions for Groups
As a site administrator
I want to control my user's security permissions in an intuitive way
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/site-settings.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job3
Feature: Site settings
As a site owner
I want to be able to change site settings
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/validation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job3
Feature: Form validation
As a content author
I want form validation to work in the CMS
Expand Down
Loading