mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-44520 behat: Change behat features to use new section selectors
This commit is contained in:
parent
102cfc4964
commit
e7bcd2764a
8 changed files with 59 additions and 59 deletions
|
@ -34,6 +34,6 @@ Feature: Duplicate activities
|
|||
| Name | Duplicated database name |
|
||||
| Description | Duplicated database description |
|
||||
And I press "Save and return to course"
|
||||
Then I should see "Original database name" in the "#section-1" "css_element"
|
||||
And I should see "Duplicated database name" in the "#section-1" "css_element"
|
||||
Then I should see "Original database name" in the "Topic 1" "section"
|
||||
And I should see "Duplicated database name" in the "Topic 1" "section"
|
||||
And "Original database name" "link" should appear before "Duplicated database name" "link"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue