Skip to content

Commit

Permalink
feat: change gn test
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 29, 2024
1 parent 7a6628b commit 8582048
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_georchestra_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
@allure.title("Test the GeoNetwork webapp")
def test_geo_network_webapp(page: Page):
page.goto("/geonetwork/srv/eng/catalog.search")
# page.wait_for_timeout(20000)
page.wait_for_timeout(20000)
page.goto("/geonetwork/srv/eng/catalog.search")
screenshot_page(page,"geonetwork")
expect(page.get_by_role("combobox", name="Search")).to_be_visible(timeout=40000)
expect(page.get_by_role("combobox", name="Search")).to_be_visible(timeout=20000)

@allure.epic("Web interface")
@allure.feature("geOrchestra")
Expand Down

0 comments on commit 8582048

Please sign in to comment.