posted by AgileTester @ 8:27 PM
Thanks for sharing this, it looks good. I think that in your gmail example, the line in welcome_page.rb should read:browser.link(:text, "Sign up for Gmail" )instead ofbrowser.link(:text, "Sign up for Google Mail" )It might be a case of Google changing their label. Perhaps you could use a regexp such as /^Sign up.+/
The actual google page that you would see will be dependant on your IP address.I will take your suggestion and RegEx the link. But when I have done this could you re-run the tests from your end?Aidy
Post a Comment
Subscribe to Post Comments [Atom]
<< Home
View my complete profile
Subscribe toPosts [Atom]
2 Comments:
Thanks for sharing this, it looks good.
I think that in your gmail example, the line in welcome_page.rb should read:
browser.link(:text, "Sign up for Gmail" )
instead of
browser.link(:text, "Sign up for Google Mail" )
It might be a case of Google changing their label. Perhaps you could use a regexp such as /^Sign up.+/
The actual google page that you would see will be dependant on your IP address.
I will take your suggestion and RegEx the link. But when I have done this could you re-run the tests from your end?
Aidy
Post a Comment
Subscribe to Post Comments [Atom]
<< Home