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

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/apply-formatting.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job1
Feature: Apply rich formatting to content
As a cms author
I want to work with content in the way I'm used to from word processing software
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/create-a-page.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job1
Feature: Create a page
As an author
I want to create a page in the CMS
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/duplicate-a-page.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job1
Feature: Duplicate a page
As an author
I want to duplicate a page in the CMS
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/edit-a-page.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job1
Feature: Edit a page
As an author
I want to edit a page in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/insert-a-link.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@assets @retry
@assets @retry @job1
Feature: Insert links into a page
As a cms author
I want to insert a link into my content
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/insert-anchor-link.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job2
Feature: Insert links into a page
As a cms author
I want to insert a link into my content
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/manage-page-permissions.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job2
Feature: Manage page permissions
As an administrator
I want to manage view and edit permissions on pages
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/preview-a-page.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job2
Feature: Preview a page
As an author
I want to preview the page I'm editing in the CMS
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/publish-a-page.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job2
Feature: Publish a page
As a site owner
I want content to go to a draft site before being published
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/redirector-page.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job3
Feature: Redirector Pages
As an author
I want to redirect to a different location
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/search-for-a-page.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job3
Feature: Search for a page
As an author
I want to search for a page in the CMS
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/sitetree.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job3
Feature: Sitetree
As an author
I want to operate the sitetree
Expand Down
1 change: 1 addition & 0 deletions tests/behat/features/view-reports.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job3
Feature: View Reports
As an author
I want to review aggregate reports on pages
Expand Down
Loading