Skip to content

Commit

Permalink
Merge pull request #2975 from creative-commoners/pulls/5.2/tag
Browse files Browse the repository at this point in the history
MNT Split behat jobs
  • Loading branch information
GuySartorelli authored Jul 18, 2024
2 parents 33bb2de + 1b7d21b commit c56e9db
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 3 deletions.
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

0 comments on commit c56e9db

Please sign in to comment.