fixed issue with non-typeable key
This commit is contained in:
parent
47f378fe6e
commit
2f40732d0b
|
@ -18,7 +18,7 @@ def test_login(browser, live_server):
|
||||||
|
|
||||||
response = browser.get(f'http://localhost:{live_server.port}/login')
|
response = browser.get(f'http://localhost:{live_server.port}/login')
|
||||||
|
|
||||||
email_form = browser.find_element('id', 'email').send_keys('gandalf@shire.me')
|
email_form = browser.find_element('id', 'email').send_keys('gandalf')
|
||||||
password_form = browser.find_element('id', 'password').send_keys('shadowfax')
|
password_form = browser.find_element('id', 'password').send_keys('shadowfax')
|
||||||
submit_button = browser.find_element('id', 'submit').click()
|
submit_button = browser.find_element('id', 'submit').click()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user