From 95f23961dc9b59d304aedecc1e9c5f34c0eb7d80 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 3 Apr 2024 12:47:23 -0400 Subject: [PATCH] QA: wait for first run wizard to display --- tests/lib/python/browser/NextcloudAutomation.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/lib/python/browser/NextcloudAutomation.py b/tests/lib/python/browser/NextcloudAutomation.py index 4772fd03..abc631b7 100644 --- a/tests/lib/python/browser/NextcloudAutomation.py +++ b/tests/lib/python/browser/NextcloudAutomation.py @@ -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