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

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
1 change: 1 addition & 0 deletions tests/Behat/features/archive-other.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/compare-mode.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job1
Feature: Compare mode
As a cms author
I want to enter compare mode
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/list-view.feature
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/restore-to-draft.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job2
Feature: Restore to draft
As a CMS author
I want to restore archived version to draft
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/revert-to-a-version.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/view-a-version.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job2
Feature: View a version
As a cms author
I want to view a version
Expand Down
Loading