diff --git a/tests/behat/features/create-taxonomies.feature b/tests/behat/features/create-taxonomies.feature index 4502f84..6750407 100644 --- a/tests/behat/features/create-taxonomies.feature +++ b/tests/behat/features/create-taxonomies.feature @@ -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