Skip to content

Commit

Permalink
IT: Behat failures after core merge [M3.5] #283669
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-platts authored and sammarshallou committed Oct 26, 2018
1 parent df46434 commit fd49f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/behat/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,10 @@ Feature: Test Post and Comment on OUBlog entry
Then "#oublog-links form" "css_element" should exist
And "Personal blog link2" "link" should exist

Given I click on "//aside[@id='oublog-links']//li[2]//input[@type='image']" "xpath_element"
Given I click on "form[title='Move up'] input[type=image]" "css_element" in the "Teachers Personal blog link2" "list_item"

Then I should see "Teachers Personal blog link2" in the "//aside[@id='oublog-links']//li[1]//a[1]" "xpath_element"
Given I click on "//aside[@id='oublog-links']//li[1]//a[@title='Delete']" "xpath_element"
Then I should see "Teachers Personal blog link2" in the "//section[@id='oublog-links']//li[1]//a[1]" "xpath_element"
Given I click on "Delete" "link" in the "Teachers Personal blog link2" "list_item"
When I press "Continue"
Then I should not see "Teachers Personal blog link2"
And "#oublog-links form" "css_element" should not exist
Expand Down

0 comments on commit fd49f79

Please sign in to comment.