From 7a96d079cb48cd14e6ebf7e251f2488d46104909 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Wed, 14 Sep 2016 07:37:51 +1000 Subject: [PATCH] Added test to check for the absence of text in the page --- src/test/resources/steptest.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/resources/steptest.feature b/src/test/resources/steptest.feature index d414f0c6..ad05b92c 100644 --- a/src/test/resources/steptest.feature +++ b/src/test/resources/steptest.feature @@ -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"