Skip to content

Commit

Permalink
MNT Update behat tests to support toast messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Nov 7, 2023
1 parent b76ce97 commit 6a95779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/features/create-taxonomies.feature
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Feature: Create taxonomies
And I press the "Create" button
When I follow "My taxonomy term"
And I click the "Children" CMS tab
Then I should see "My child taxonomy term"
Then I should see "My child taxonomy term" in the "#Form_EditForm_SilverStripe-Taxonomy-TaxonomyTerm" element
When I follow "Taxonomy Terms"
Then I should not see "My child taxonomy term"
Then I should not see "My child taxonomy term" in the "#Form_EditForm_SilverStripe-Taxonomy-TaxonomyTerm" element

0 comments on commit 6a95779

Please sign in to comment.