mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07: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:
|
try:
|
||||||
el.click()
|
el.click()
|
||||||
except ElementClickInterceptedException as e:
|
except ElementClickInterceptedException as e:
|
||||||
d.wait_tick(100)
|
self.close_first_run_wizard()
|
||||||
el.click()
|
el.click()
|
||||||
|
d.wait_tick(100)
|
||||||
|
|
||||||
def logout(self):
|
def logout(self):
|
||||||
d = self.d
|
d = self.d
|
||||||
|
Loading…
Reference in New Issue
Block a user