Skip to content

Commit

Permalink
feat: created timer after button is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Oct 24, 2024
1 parent 83534c9 commit 3b9de41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_create_community_gis_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b9de41

Please sign in to comment.