You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I found an issue in just a couple of tests that may not work in Moodle 4.0.
In the test learningtools/ltool/focus/tests/behat/focus_visibility.feature, the step in line 28 which is Then I click on "#disable-focusmode" "css_element" is not working.
This can be changed to the following code so it can work and have the same behaviour:
And I click on FAB button And I click on "#ltoolfocus-info" "css_element"
In the test learningtools/tests/behat/learningtool_visibility.feature, the step in line 25 which is And I follow "Dashboard" can be removed, since this view is accessed once the user logins.
Hi. I found an issue in just a couple of tests that may not work in Moodle 4.0.
learningtools/ltool/focus/tests/behat/focus_visibility.feature
, the step in line 28 which isThen I click on "#disable-focusmode" "css_element"
is not working.moodle-local_learningtools/ltool/focus/tests/behat/focus_visibility.feature
Line 28 in c5d7e21
This can be changed to the following code so it can work and have the same behaviour:
And I click on FAB button
And I click on "#ltoolfocus-info" "css_element"
learningtools/tests/behat/learningtool_visibility.feature
, the step in line 25 which isAnd I follow "Dashboard"
can be removed, since this view is accessed once the user logins.moodle-local_learningtools/tests/behat/learningtool_visibility.feature
Line 25 in c5d7e21
The text was updated successfully, but these errors were encountered: