mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
QA: extent tick wait from 1ms to 100ms to avoid ElementNotInteractableException
This commit is contained in:
parent
da2d88e4f4
commit
c884d63dda
@ -47,7 +47,7 @@ class NextcloudAutomation(object):
|
||||
else:
|
||||
# nc >= 26
|
||||
el.click()
|
||||
d.wait_tick(1)
|
||||
d.wait_tick(100)
|
||||
|
||||
def logout(self):
|
||||
d = self.d
|
||||
|
Loading…
Reference in New Issue
Block a user