Re: [wtr-general] [ruby watir cucumber] text assertions

2012-10-19 Thread Ry
Yes... There are no menus or filters or drop downs on the page. My intent is clicking a link, taken to page, and checking some text on that page to ensure the link went to where I expected to go. The page in this case is a term of condition page which only has several paragraphs of text. I

[wtr-general] [ruby watir cucumber] text assertions

2012-10-18 Thread Ry
Is there a better way to write this? my goal to verifying text exists on the page and if it does to return to previous page otherwise close the window When /^I should be taken to the my text page$/ do if ie.text('Modification of awesome things').visible? = true then

Re: [wtr-general] [ruby watir cucumber] text assertions

2012-10-18 Thread bis
Yes, first You are doing an assertion in a when (in cucumber when is more for changing state) Second by ie.text I assume you are checking all of the text of the page better to locate the exact text location Can you give us more info on what you want to do Sent from my iPhone On Oct 18,