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 81e883f commit d036328Copy full SHA for d036328
testapp/tests.py
@@ -82,7 +82,7 @@ def test_two_inputs(self):
82
inputs[0].send_keys('555-5555')
83
inputs[1].send_keys('555-4444')
84
inputs[1].send_keys(Keys.RETURN)
85
- WebDriverWait(driver, 10).until(
+ WebDriverWait(driver, 15).until(
86
EC.presence_of_element_located((By.ID, 'success-text'))
87
)
88
0 commit comments