fixed flake8 error

This commit is contained in:
shekhar-cis 2021-10-22 14:50:22 +05:30
parent b72f881eac
commit dca200a559
Signed by untrusted user: shekhar-cis
GPG Key ID: 8B2A6C8D5F7F1635

View File

@ -155,4 +155,4 @@ class MyAddressScreen(TeleniumTestProcess):
# Check the state of dropdown.
self.assertEqual(is_open, True)
# 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)