Skip to content

Commit

Permalink
IT: Behat failures after Moodle 3.5 merge (commit 2: breadcrumb CSS) …
Browse files Browse the repository at this point in the history
…#282234
  • Loading branch information
sammarshallou committed Oct 26, 2018
1 parent 5fdb639 commit df46434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/sharedblog.feature
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Feature: Test shared data from Master blog on OUBlog
And I follow "Permalink"
And I follow "Add your comment"
# We should check breadcrumb link to make sure we still in shared blog
When I click on "P3" "link" in the ".breadcrumb-nav" "css_element"
When I click on "P3" "link" in the ".breadcrumb" "css_element"
Then I should see "Child Blog"
And I follow "Add your comment"
And I set the following fields to these values:
Expand Down Expand Up @@ -277,7 +277,7 @@ Feature: Test shared data from Master blog on OUBlog
And I follow "Permalink"
And I follow "Edited by Student 2"
# We should check breadcrumb link to make sure we still in shared blog
When I click on "P1 of student in different course" "link" in the ".breadcrumb-nav" "css_element"
When I click on "P1 of student in different course" "link" in the ".breadcrumb" "css_element"
Then I should see "Child Blog"
And I follow "Edited by Student 2"
Then I should see "P1 of student in different course"
Expand Down

0 comments on commit df46434

Please sign in to comment.