Skip to content

Commit

Permalink
Merge pull request #1219 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 21, 2024
2 parents dd18494 + 6da6eb2 commit b6430c7
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 13 deletions.
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

0 comments on commit b6430c7

Please sign in to comment.