Skip to content

Commit

Permalink
Replaced deprecated behat step
Browse files Browse the repository at this point in the history
MDL-57281 has deprecated the following behat step in 3.6:
I navigate to "ITEM" node in "MAINNODE > PATH"

Fixes #18
  • Loading branch information
scara committed Aug 25, 2018
1 parent 161e92e commit eb18dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/behat/installed.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: Installation succeeds

Scenario: Check the Plugins overview for the name of this plugin
Given I log in as "admin"
And I navigate to "Plugins overview" node in "Site administration > Plugins"
And I navigate to "Site administration > Plugins > Plugins overview" in site administration
Then the following should exist in the "plugins-control-panel" table:
| Plugin name |
| local_twittercard |
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/summary_card.feature
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Feature: A Twitter summary card is added into the page
| enabled | 1 | local_twittercard |
And I log in as "admin"
And I am on "TC Course Guest" course homepage
And I navigate to "Enrolment methods" node in "Course administration > Users"
And I navigate to "Users > Enrolment methods" in current page administration
And I click on "Edit" "link" in the "Guest access" "table_row"
And I set the following fields to these values:
| Allow guest access | Yes |
Expand Down

0 comments on commit eb18dee

Please sign in to comment.