Skip to content

Commit

Permalink
test: remove time
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 29, 2024
1 parent 81fd3e3 commit 7262e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_georchestra_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def login(page: Page, cas: bool = False):
@allure.title("Test the GeoNetwork webapp")
def test_geo_network_webapp(page: Page):
page.goto(f"{BASE_URL}/geonetwork/srv/eng/catalog.search")
page.wait_for_timeout(20000)
# page.wait_for_timeout(20000)
screenshot_page(page,"geonetwork")
expect(page.get_by_role("combobox", name="Search")).to_be_visible()

Expand Down

0 comments on commit 7262e2d

Please sign in to comment.