mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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
|
@ -47,7 +47,7 @@ Feature: In a book, create chapters and sub chapters
|
|||
And I should see "2 Dummy second chapter" in the "strong" "css_element"
|
||||
And I should not see "Next" in the ".book_content" "css_element"
|
||||
And I click on "Exit book" "link"
|
||||
And I should see "Test book" in the "#section-1" "css_element"
|
||||
And I should see "Test book" in the "Topic 1" "section"
|
||||
And I follow "Test book"
|
||||
And I should not see "Previous" in the ".book_content" "css_element"
|
||||
And I should see "1 Dummy first chapter" in the "strong" "css_element"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue