mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-13 17:17:23 +01:00
QA: attempt fixing logout click intercepted exception on github actions #2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user