From 3abca9b368e132c02526d3b5ce571bde19db8955 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Sat, 17 Aug 2019 17:01:42 +0800 Subject: [PATCH] MDL-66378 course: Navigation tests need small window --- course/tests/behat/navigate_course_list.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/course/tests/behat/navigate_course_list.feature b/course/tests/behat/navigate_course_list.feature index 539f116d036..11f35088d07 100644 --- a/course/tests/behat/navigate_course_list.feature +++ b/course/tests/behat/navigate_course_list.feature @@ -42,6 +42,9 @@ Feature: Browse course list and return back from enrolment page And I press "Save changes" And I log out When I log in as "user2" + # In boost, if the viewport is such that we have the standard layout, then the click for the navigation block is in + # the link" + And I change window size to "small" And I open my profile in edit mode And I expand "Courses" node And I expand "Sample category" node