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

Merged
merged 1 commit into from
Jul 21, 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job1
Feature: Add elements in the CMS DataObject
As a CMS user
I want to add elements in the CMS DataObject
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/add-block-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job1
Feature: Add elements in the CMS
As a CMS user
I want to add elements in the CMS
Expand Down
1 change: 1 addition & 0 deletions tests/Behat/features/add-link-to-anchor.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job1
Feature: Link to anchors in elements
As a cms author
I want to link to anchors in my content
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/archive-block-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job1
Feature: Archive elements in the CMS
As a CMS user
I want to archive elements in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/broken-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job2
Feature: Broken element in CMS
As a CMS user
I want elemental areas to function correctly even with a broken block
Expand Down
1 change: 1 addition & 0 deletions tests/Behat/features/content-blocks-in-use-report.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job2
Feature: View the report for content blocks in use
As a CMS user
I want to view a report of all created content blocks
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/edit-block-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job3
Feature: Edit elements in the CMS
As a CMS user
I want to edit elements in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/element-editor.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job4
Feature: View types of elements in an area on a page
As a CMS user
I want to view a list of elements that I have on a page
Expand Down
1 change: 1 addition & 0 deletions tests/Behat/features/elemental-reports.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job5
Feature: View types of elements in a report
As a CMS user
I want to view a report of element types in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/empty-element-list.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job5
Feature: View an elemental area with no blocks on a page
As a CMS user
I want to be visually alerted in case there are not yet any blocks on my page
Expand Down
1 change: 1 addition & 0 deletions tests/Behat/features/multiple-wysiwyg-configs.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job5
Feature: multiple elemental blocks with different HTMLEditorConfig instances
As a developer
I want my elemental blocks to have different HTMLEditorConfig instances
Expand Down
1 change: 1 addition & 0 deletions tests/Behat/features/preview-a-block.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@retry @job5
Feature: Preview a non-inline-editable block
As an author
I want to preview the parent page of the non-inline-editable block I'm editing in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/publish-block-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job5
Feature: Publish elements in the CMS
As a CMS user
I want to publish elements in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/restore-archived-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job6
Feature: Restore to draft
As a CMS author
I want to restore archived element to draft version
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/searchable-dropdown-fields.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job6
Feature: Searchable fields
As a CMS user
I want searchable dropdown fields to function when used in a content block
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/unpublish-block-element.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job6
Feature: Unpublish elements in the CMS
As a CMS user
I want to unpublish elements in the CMS
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/validation-failure.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job6
Feature: Don't lose content when page or block is invalid
As a CMS user
I want to retain my unsaved content when a validation error occurs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript
@javascript @retry @job6
Feature: Add elements in the CMS and see currunt status of elements
As a CMS user
I want to see versined status of Element blocks
Expand Down
Loading