Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with two steps in Behat tests #19

Open
danielcifuentesopen opened this issue Nov 10, 2022 · 0 comments
Open

Issue with two steps in Behat tests #19

danielcifuentesopen opened this issue Nov 10, 2022 · 0 comments

Comments

@danielcifuentesopen
Copy link

Hi. I found an issue in just a couple of tests that may not work in Moodle 4.0.

  1. 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.
    Then I click on "#disable-focusmode" "css_element"
    .

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"

  1. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant