Skip to content

Commit

Permalink
Merge branch '5' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
2 parents b2b9356 + ec9fe90 commit ea487d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/Behat/features/inline-block-validation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job7
Feature: Blocks are validated when inline saving individual blocks
As a CMS user
I want to blocks have be validating when individual saving them
Expand Down
6 changes: 3 additions & 3 deletions tests/Behat/features/non-inline-block-validation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job7
Feature: Blocks are validated when non-inline saving blocks
As a CMS user
I want to blocks have be validating when non-inline saving them
Expand All @@ -19,7 +19,7 @@ Feature: Blocks are validated when non-inline saving blocks
And I click on the caret button for block 1

Scenario: Non-inline block validation

# Related has_one RequiredFields with ID suffix (MyPageID)
When I press the "Save" button
Then I should see "\"My page\" is required" in the "#message-Form_ItemEditForm_MyPageID" element
Expand All @@ -38,7 +38,7 @@ Feature: Blocks are validated when non-inline saving blocks
And I press the "Save" button
Then I should see "\"Title\" is required" in the "#message-Form_ItemEditForm_Title" element
And I fill in "Title" with "My title"

# FormField::validate()
When I fill in "My Int" with "1"
And I press the "Save" button
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/features/page-save-validation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@retry
@retry @job1
Feature: Blocks are validated when page saving blocks
As a CMS user
I want to blocks be validated when page saving blocks
Expand Down

0 comments on commit ea487d5

Please sign in to comment.