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

Deprecated behat step: I navigate to "ITEM" node in "MAINNODE > PATH" #18

Closed
scara opened this issue Aug 25, 2018 · 0 comments
Closed
Labels

Comments

@scara
Copy link
Owner

scara commented Aug 25, 2018

On 24/08 the deprecation has been committed to 3.6: MDL-57281.

Travis CI weekly started failing on master (3.6, moodle/moodle@9adf5f0), https://travis-ci.org/scara/moodle-local_twittercard/builds/420172876, e.g.:

001 Scenario: Check the Plugins overview for the name of this plugin               # /home/travis/build/moodle/local/twittercard/tests/behat/installed.feature:7
      And I navigate to "Plugins overview" node in "Site administration > Plugins" # /home/travis/build/moodle/local/twittercard/tests/behat/installed.feature:9
        Exception: Deprecated step, rather than using this step you can:
        - I navigate to "PATH" in current page administration
        - I navigate to "PATH" in site administration
        - I navigate to "TAB1 > TAB2" in the course gradebook
        - I navigate to course participants
        - If some items are not available without Navigation block at all, one can use combination of:
                                      I add the "Navigation" block if not present
                                      I click on "LINK" "link" in the "Navigation" "block"
        - Set $CFG->behat_usedeprecated in config.php to allow the use of deprecated steps
                            if you don't have any other option in /home/travis/build/moodle/lib/tests/behat/behat_deprecated.php:121
@scara scara added the tests label Aug 25, 2018
scara added a commit that referenced this issue Aug 25, 2018
MDL-57281 has deprecated the following behat step in 3.6:
I navigate to "ITEM" node in "MAINNODE > PATH"

Fixes #18
scara added a commit that referenced this issue Aug 25, 2018
MDL-57281 has deprecated the following behat step in 3.6:
I navigate to "ITEM" node in "MAINNODE > PATH"

Fixes #18
@scara scara changed the title Deprecate behat step: I navigate to "ITEM" node in "MAINNODE > PATH" Deprecated behat step: I navigate to "ITEM" node in "MAINNODE > PATH" Aug 25, 2018
@scara scara closed this as completed in #19 Aug 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant