1
0
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:
downtownallday 2024-03-05 08:58:53 -05:00
parent da2d88e4f4
commit c884d63dda

View File

@ -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