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:
parent
626e2290e7
commit
a685955f29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user