Skip to content

Instantly share code, notes, and snippets.

@jwallis
Last active September 17, 2018 16:54
def Test_Negative_Using_Clicks()
lp = LoginPage()
lp.username.type_text("invalidUname", "invalidPwd")
lp.submit.click()
lp.verify_on_page() # verify we're still on LOGIN page
passed = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment