We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c4d45 commit 4ed82cbCopy full SHA for 4ed82cb
test/selenium/test_options.py
@@ -12,19 +12,19 @@ def test_options(self):
12
def test_show_counter(self):
13
selector = '#showCounter'
14
self.load_options()
15
- sleep(1)
+ sleep(3)
16
17
el = self.query_selector(selector)
18
self.assertTrue(el.is_selected())
19
el.click()
20
21
self.driver.refresh()
22
23
24
self.assertFalse(el.is_selected())
25
26
27
28
29
30
0 commit comments