From d82cc9f2977a99838de283c7dfa8e548b94e77d8 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Tue, 27 Nov 2018 10:37:05 +0800 Subject: [PATCH] MDL-64170 block_myoverview: Behat fix --- .../tests/behat/block_myoverview_dashboard.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature b/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature index 427be519a8b..0e9e623c917 100644 --- a/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature +++ b/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature @@ -143,12 +143,12 @@ Feature: The my overview block allows users to easily access their courses Then I should see "Summary" in the "Course overview" "block" And "[data-display='summary']" "css_element" in the "Course overview" "block" should be visible - Scenario: Title sort persistence + Scenario: Course name sort persistence Given I log in as "student1" And I click on "sortingdropdown" "button" in the "Course overview" "block" - And I click on "Title" "link" in the "Course overview" "block" + And I click on "Course name" "link" in the "Course overview" "block" And I reload the page - Then I should see "Title" in the "Course overview" "block" + Then I should see "Course name" in the "Course overview" "block" And "[data-sort='fullname']" "css_element" in the "Course overview" "block" should be visible Scenario: Last accessed sort persistence -- 2.43.0