Skip to content

Commit ca21c17

Browse files
committed
MNT Split behat jobs
1 parent 689852d commit ca21c17

14 files changed

+14
-14
lines changed

tests/behat/features/change-sort-order.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@assets @retry
1+
@assets @retry @job1
22
Feature: Change view for asset admin
33
As a cms author
44
I want to change the way I'm viewing files

tests/behat/features/file-details.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@retry
1+
@retry @job1
22
Feature: File details
33
As a cms author
44
I want to see file details

tests/behat/features/file-history.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@assets @retry
1+
@assets @retry @job1
22
Feature: View File History
33
As a cms author
44
I want to view the history of a file

tests/behat/features/file-status-icons.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@javascript @assets @retry
1+
@javascript @assets @retry @job1
22
Feature: Manage file permissions
33
As a cms author
44
I want to see file status icons

tests/behat/features/file-upload-state.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@javascript @assets @retry
1+
@javascript @assets @retry @job1
22
Feature: Upload file state
33
As a cms author
44
I want the file state to work correctly

tests/behat/features/insert-an-image.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@assets @retry @in-modal
1+
@assets @retry @in-modal @job1
22
Feature: Insert an image into a page
33
As a cms author
44
I want to insert an image into a page

tests/behat/features/manage-file-permissions.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@javascript @assets @retry
1+
@javascript @assets @retry @job2
22
Feature: Manage file permissions
33
As a cms author
44
I want to set permissions on files

tests/behat/features/manage-files.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@javascript @assets @retry
1+
@javascript @assets @retry @job2
22
Feature: Manage files
33
As a cms author
44
I want to upload and manage files within the CMS

tests/behat/features/multi-file-upload-field.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@assets @retry
1+
@assets @retry @job2
22
Feature: Multi file Upload field
33
As a cms author
44
I want to interact with the upload field to select files

tests/behat/features/replace-file.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@assets @retry
1+
@assets @retry @job3
22
Feature: Replace a file with a new file
33
As a cms author
44
I want to upload a new file that will replace an existing file

0 commit comments

Comments
 (0)