1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-01 23:57:05 +00:00

QA: attempt fixing logout click intercepted exception on github actions #2

This commit is contained in:
downtownallday 2024-06-18 13:23:29 -04:00
parent 626e2290e7
commit a685955f29

View File

@ -49,8 +49,9 @@ class NextcloudAutomation(object):
try:
el.click()
except ElementClickInterceptedException as e:
d.wait_tick(100)
self.close_first_run_wizard()
el.click()
d.wait_tick(100)
def logout(self):
d = self.d