Skip to content

Commit

Permalink
MNT Update expected toasts in behat
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 8, 2024
1 parent c2721ce commit 06ab7a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Behat/features/broken-element.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Feature: Broken element in CMS
Scenario: I can publish the page
Given I see a list of blocks
When I press the "Publish" button
Then I should see a "Published 'Blocks Page' successfully." success toast
Then I should see a "Published Page "Blocks Page"" success toast
# This message displays if the ObsoleteClass check is not present in BaseElement::write()
And I should not see "you need to change the ClassName before you can write it"
2 changes: 1 addition & 1 deletion tests/Behat/features/edit-block-element.feature
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Feature: Edit elements in the CMS
When I press the "Save" button
Then I should see a "Saved 'Alice's Much Improved Block' successfully" success toast
And I should see a "Saved 'Bob's Radically Redesigned Revolutionary Element' successfully" success toast
And I should see a "Saved 'Blocks Page' successfully." success toast
And I should see a "Saved Page "Blocks Page"" success toast
When I dismiss all toasts
And I should see "Alice's Much Improved Block"
And I should see "New content for block 1"
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
Expand Up @@ -86,6 +86,6 @@ Feature: Blocks are validated when page saving blocks
# Now should see 2x success toast messages, one for the block, the other for the page
Then I should see a "Saved 'Valid block one' successfully" success toast
When I click on the ".toast__close" element
Then I should see a "Saved 'Blocks Page' successfully." success toast
Then I should see a "Saved Page "Blocks Page"" success toast
When I click on the ".toast__close" element
Then I should not see a ".toast__close" element

0 comments on commit 06ab7a3

Please sign in to comment.