fixed flake8 error
This commit is contained in:
parent
b72f881eac
commit
dca200a559
|
@ -155,4 +155,4 @@ class MyAddressScreen(TeleniumTestProcess):
|
||||||
# Check the state of dropdown.
|
# Check the state of dropdown.
|
||||||
self.assertEqual(is_open, True)
|
self.assertEqual(is_open, True)
|
||||||
# Checking the disabled address should not be in dropdown
|
# Checking the disabled address should not be in dropdown
|
||||||
self.assertNotExists('//MySpinnerOption[@text="{}"]'.format(disabled_address), timeout=5)
|
self.assertNotExists('//MySpinnerOption[@text="{}"]'.format(disabled_address), timeout=5)
|
||||||
|
|
Reference in New Issue
Block a user