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 #1476

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/change-sort-order.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job1
Feature: Change view for asset admin
As a cms author
I want to change the way I'm viewing files
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/file-details.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job1
Feature: File details
As a cms author
I want to see file details
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/file-history.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job1
Feature: View File History
As a cms author
I want to view the history of a file
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/file-status-icons.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @assets @retry
@javascript @assets @retry @job1
Feature: Manage file permissions
As a cms author
I want to see file status icons
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/file-upload-state.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @assets @retry
@javascript @assets @retry @job1
Feature: Upload file state
As a cms author
I want the file state to work correctly
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/insert-an-image.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry @in-modal
@assets @retry @in-modal @job1
Feature: Insert an image into a page
As a cms author
I want to insert an image into a page
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/manage-file-permissions.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @assets @retry
@javascript @assets @retry @job2
Feature: Manage file permissions
As a cms author
I want to set permissions on files
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/manage-files.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @assets @retry
@javascript @assets @retry @job2
Feature: Manage files
As a cms author
I want to upload and manage files within the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/multi-file-upload-field.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job2
Feature: Multi file Upload field
As a cms author
I want to interact with the upload field to select files
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/replace-file.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job3
Feature: Replace a file with a new file
As a cms author
I want to upload a new file that will replace an existing file
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/single-file-upload-field.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job3
Feature: Single file Upload field
As a cms author
I want to interact with the upload field to select a file
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/table-view.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job3
Feature: Change view for asset admin
As a cms author
I want to change the way I'm viewing files
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 @retry
@assets @retry @job3
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 @retry
@assets @retry @job3
Feature: Use the WYSIWYG image toolbar
As a cms author
I want to edit and delete images using the context toolbar
Expand Down
Loading