miroir de
https://github.com/mail-in-a-box/mailinabox.git
synchronisé 2026-04-01 21:27:22 +02:00
QA: wait for first run wizard to display
Cette révision appartient à :
@@ -98,6 +98,9 @@ class NextcloudAutomation(object):
|
||||
def close_first_run_wizard(self):
|
||||
d = self.d
|
||||
firstrunwiz = d.find_el('#firstrunwizard', throws=False, quiet=True)
|
||||
if firstrunwiz and not firstrunwiz.is_displayed():
|
||||
d.say_verbose("wait for first run wizard to display")
|
||||
d.sleep(1)
|
||||
if firstrunwiz and firstrunwiz.is_displayed():
|
||||
d.say_verbose("closing first run wizard")
|
||||
# ElementNotInteractableException
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur