From e6c5e6555917117bf52f78fde724ad23fd59639f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 16 Jul 2024 12:08:53 +1200 Subject: [PATCH] MNT Split behat jobs --- tests/Behat/features/archive-other.feature | 1 + tests/Behat/features/compare-mode.feature | 2 +- tests/Behat/features/list-view.feature | 2 +- tests/Behat/features/restore-to-draft.feature | 2 +- tests/Behat/features/revert-to-a-version.feature | 2 +- tests/Behat/features/view-a-version.feature | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/Behat/features/archive-other.feature b/tests/Behat/features/archive-other.feature index 7c56e0ff..94338e7b 100644 --- a/tests/Behat/features/archive-other.feature +++ b/tests/Behat/features/archive-other.feature @@ -1,3 +1,4 @@ +@retry @job1 Feature: Archive admin other tab As a CMS author I want to view the other tab in the archive section diff --git a/tests/Behat/features/compare-mode.feature b/tests/Behat/features/compare-mode.feature index 4b85fc3b..b9f7ac21 100644 --- a/tests/Behat/features/compare-mode.feature +++ b/tests/Behat/features/compare-mode.feature @@ -1,4 +1,4 @@ -@javascript +@javascript @retry @job1 Feature: Compare mode As a cms author I want to enter compare mode diff --git a/tests/Behat/features/list-view.feature b/tests/Behat/features/list-view.feature index 68cf8a17..62e41c3a 100644 --- a/tests/Behat/features/list-view.feature +++ b/tests/Behat/features/list-view.feature @@ -1,4 +1,4 @@ -@javascript +@javascript @retry @job1 Feature: View a list of versions As a cms author I want to view a list past revisions of a versioned DataObject (incl. pages) diff --git a/tests/Behat/features/restore-to-draft.feature b/tests/Behat/features/restore-to-draft.feature index 6abf1cc4..4405f7c0 100644 --- a/tests/Behat/features/restore-to-draft.feature +++ b/tests/Behat/features/restore-to-draft.feature @@ -1,4 +1,4 @@ -@javascript +@javascript @retry @job2 Feature: Restore to draft As a CMS author I want to restore archived version to draft diff --git a/tests/Behat/features/revert-to-a-version.feature b/tests/Behat/features/revert-to-a-version.feature index 880a1a2d..d83cf35d 100644 --- a/tests/Behat/features/revert-to-a-version.feature +++ b/tests/Behat/features/revert-to-a-version.feature @@ -1,4 +1,4 @@ -@javascript +@javascript @retry @job2 Feature: Revert to a version As a CMS author I want to revert to an older version diff --git a/tests/Behat/features/view-a-version.feature b/tests/Behat/features/view-a-version.feature index 84f51503..642d7bbe 100644 --- a/tests/Behat/features/view-a-version.feature +++ b/tests/Behat/features/view-a-version.feature @@ -1,4 +1,4 @@ -@javascript +@javascript @retry @job2 Feature: View a version As a cms author I want to view a version