Skip to content

Commit

Permalink
Merge pull request #1476 from creative-commoners/pulls/2.2/tag
Browse files Browse the repository at this point in the history
MNT Split behat jobs
  • Loading branch information
GuySartorelli authored Jul 18, 2024
2 parents 689852d + ca21c17 commit 9193b06
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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

0 comments on commit 9193b06

Please sign in to comment.