diff --git a/src/addons/competency/tests/behat/navigation.feature b/src/addons/competency/tests/behat/navigation.feature index b3996466c..484278102 100644 --- a/src/addons/competency/tests/behat/navigation.feature +++ b/src/addons/competency/tests/behat/navigation.feature @@ -382,7 +382,6 @@ Feature: Test competency navigation Then I should find "Desserts are important" in the app But I should not find "Cakes" in the app - @ionic7_failure Scenario: Tablet navigation (teacher) Given I entered the course "Course 1" as "teacher1" in the app And I change viewport size to "1200x640" in the app @@ -390,7 +389,7 @@ Feature: Test competency navigation # Participant competencies When I press "Participants" in the app And I press "Student first" in the app - And I press "Competencies" in the app + And I press "Competencies" within "Student first" "page-core-user-participants" in the app Then I should find "Student first" in the app And I should find "Salads are important" in the app And I should find "Good" within "salads" "ion-item" in the app