Skip to content

Commit

Permalink
Added test to check for the absence of text in the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Casperson committed Sep 13, 2016
1 parent 0b20217 commit 7a96d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/steptest.feature
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Feature: Test of the steps provided by Iridium
Scenario: Manual Mouse Events
And I "mousedown" on the hidden element found by "eventButton"
Then I verify that the page contains the text "Button mousedown"
Then I verify that the page does not contain the text "This text does not exist"
And I "mouseup" on the hidden element found by "eventButton"
Then I verify that the page contains the text "Button mouseup"
And I "mouseover" on the hidden element found by "eventButton"
Expand Down

0 comments on commit 7a96d07

Please sign in to comment.