We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851d823 commit 59a6e7bCopy full SHA for 59a6e7b
testapp/tests.py
@@ -61,7 +61,9 @@ def test_with_initial(self):
61
62
class wait_for_utils_script(object):
63
def __call__(self, driver):
64
- return driver.execute_script("return window.intlTelInputUtils !== undefined")
+ return driver.execute_script(
65
+ "return window.intlTelInputUtils !== undefined"
66
+ )
67
68
69
class AcceptanceTest(StaticLiveServerTestCase):
0 commit comments