Skip to content

Instantly share code, notes, and snippets.

@reidrac
Last active August 29, 2015 14:06
Show Gist options
  • Save reidrac/e6f4b6f1b43907e778cb to your computer and use it in GitHub Desktop.
Save reidrac/e6f4b6f1b43907e778cb to your computer and use it in GitHub Desktop.
Second test with SST
from sst.actions import *
go_to("http://t-touch.com/")
wait_for(assert_displayed, "tissot-logo")
e = get_element_by_css("#footer-link > a:nth-child(1)")
click_link(e)
switch_to_window(1)
e = get_element_by_css("body > div.wbx-wrapper-main > header > div > div.wrapper-content.navigation > nav > ul > li.first > div > div > a > img")
assert_displayed(e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment