From 3b9de41597697f7d839c98af1d7321b1b888065a Mon Sep 17 00:00:00 2001 From: lc_hd Date: Thu, 24 Oct 2024 16:05:49 -0400 Subject: [PATCH] feat: created timer after button is clicked --- tests/functional/test_create_community_gis_ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/test_create_community_gis_ui.py b/tests/functional/test_create_community_gis_ui.py index 80daabfe4..82cb9401e 100644 --- a/tests/functional/test_create_community_gis_ui.py +++ b/tests/functional/test_create_community_gis_ui.py @@ -48,6 +48,7 @@ def fill_out_and_submit_account_creation_form(self): # submit form time.sleep(10) self.py.get(".primary-btn").click() + time.sleep(30) def select_native_land_method_and_submit(self): # pick NLD add boundary radio button