From 36bb73449c5d7c110ac350b06a0fa1692a5b7376 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 5 Jun 2014 08:29:42 +1200 Subject: [PATCH] MDL-45524 navigation: fixed non-expandable node behat tests --- blocks/navigation/tests/behat/view_my_courses.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/blocks/navigation/tests/behat/view_my_courses.feature b/blocks/navigation/tests/behat/view_my_courses.feature index 4c8ad1b027f..a629d9eafa0 100644 --- a/blocks/navigation/tests/behat/view_my_courses.feature +++ b/blocks/navigation/tests/behat/view_my_courses.feature @@ -87,8 +87,6 @@ Feature: View my courses in navigation block When I expand "cat3" node And I expand "cat31" node And I expand "cat1" node - And I should see "c1" in the "Navigation" "block" - And I expand "c1" node Then I should see "cat1" in the "Navigation" "block" And I should see "cat2" in the "Navigation" "block" And I should see "cat3" in the "Navigation" "block"