From ca21c176d7811e5734479792be3968d9a1056e7d Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 18 Jul 2024 17:51:31 +1200 Subject: [PATCH] MNT Split behat jobs --- tests/behat/features/change-sort-order.feature | 2 +- tests/behat/features/file-details.feature | 2 +- tests/behat/features/file-history.feature | 2 +- tests/behat/features/file-status-icons.feature | 2 +- tests/behat/features/file-upload-state.feature | 2 +- tests/behat/features/insert-an-image.feature | 2 +- tests/behat/features/manage-file-permissions.feature | 2 +- tests/behat/features/manage-files.feature | 2 +- tests/behat/features/multi-file-upload-field.feature | 2 +- tests/behat/features/replace-file.feature | 2 +- tests/behat/features/single-file-upload-field.feature | 2 +- tests/behat/features/table-view.feature | 2 +- tests/behat/features/wysiwyg-embed-toolbar.feature | 2 +- tests/behat/features/wysiwyg-image-toolbar.feature | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/behat/features/change-sort-order.feature b/tests/behat/features/change-sort-order.feature index a9f61dd1b..1ed6b14af 100644 --- a/tests/behat/features/change-sort-order.feature +++ b/tests/behat/features/change-sort-order.feature @@ -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 diff --git a/tests/behat/features/file-details.feature b/tests/behat/features/file-details.feature index dc4b9f023..6893809d0 100644 --- a/tests/behat/features/file-details.feature +++ b/tests/behat/features/file-details.feature @@ -1,4 +1,4 @@ -@retry +@retry @job1 Feature: File details As a cms author I want to see file details diff --git a/tests/behat/features/file-history.feature b/tests/behat/features/file-history.feature index 183073fda..e23594097 100644 --- a/tests/behat/features/file-history.feature +++ b/tests/behat/features/file-history.feature @@ -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 diff --git a/tests/behat/features/file-status-icons.feature b/tests/behat/features/file-status-icons.feature index 6f7a30c49..41a81adad 100644 --- a/tests/behat/features/file-status-icons.feature +++ b/tests/behat/features/file-status-icons.feature @@ -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 diff --git a/tests/behat/features/file-upload-state.feature b/tests/behat/features/file-upload-state.feature index d98b2e474..14faba9ea 100644 --- a/tests/behat/features/file-upload-state.feature +++ b/tests/behat/features/file-upload-state.feature @@ -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 diff --git a/tests/behat/features/insert-an-image.feature b/tests/behat/features/insert-an-image.feature index 47427ed99..594d8b100 100644 --- a/tests/behat/features/insert-an-image.feature +++ b/tests/behat/features/insert-an-image.feature @@ -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 diff --git a/tests/behat/features/manage-file-permissions.feature b/tests/behat/features/manage-file-permissions.feature index 0673b16c8..d75f9d8a5 100644 --- a/tests/behat/features/manage-file-permissions.feature +++ b/tests/behat/features/manage-file-permissions.feature @@ -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 diff --git a/tests/behat/features/manage-files.feature b/tests/behat/features/manage-files.feature index be10bd89a..e11ce8e00 100644 --- a/tests/behat/features/manage-files.feature +++ b/tests/behat/features/manage-files.feature @@ -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 diff --git a/tests/behat/features/multi-file-upload-field.feature b/tests/behat/features/multi-file-upload-field.feature index 5b312e30b..02b707065 100644 --- a/tests/behat/features/multi-file-upload-field.feature +++ b/tests/behat/features/multi-file-upload-field.feature @@ -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 diff --git a/tests/behat/features/replace-file.feature b/tests/behat/features/replace-file.feature index 0fe5e20f0..66f77099c 100644 --- a/tests/behat/features/replace-file.feature +++ b/tests/behat/features/replace-file.feature @@ -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 diff --git a/tests/behat/features/single-file-upload-field.feature b/tests/behat/features/single-file-upload-field.feature index 941d50169..32f094a69 100644 --- a/tests/behat/features/single-file-upload-field.feature +++ b/tests/behat/features/single-file-upload-field.feature @@ -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 diff --git a/tests/behat/features/table-view.feature b/tests/behat/features/table-view.feature index a1e109163..d1d610527 100644 --- a/tests/behat/features/table-view.feature +++ b/tests/behat/features/table-view.feature @@ -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 diff --git a/tests/behat/features/wysiwyg-embed-toolbar.feature b/tests/behat/features/wysiwyg-embed-toolbar.feature index f0aedefc3..272d7664b 100644 --- a/tests/behat/features/wysiwyg-embed-toolbar.feature +++ b/tests/behat/features/wysiwyg-embed-toolbar.feature @@ -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 diff --git a/tests/behat/features/wysiwyg-image-toolbar.feature b/tests/behat/features/wysiwyg-image-toolbar.feature index c4d1da0d2..6fe02c369 100644 --- a/tests/behat/features/wysiwyg-image-toolbar.feature +++ b/tests/behat/features/wysiwyg-image-toolbar.feature @@ -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