diff --git a/examples/nuxt-app/test/features/maps/vsba.feature b/examples/nuxt-app/test/features/maps/vsba.feature index ca8cf1cb9c..1b31238784 100644 --- a/examples/nuxt-app/test/features/maps/vsba.feature +++ b/examples/nuxt-app/test/features/maps/vsba.feature @@ -73,9 +73,9 @@ Feature: School buildings map Scenario: Click on cluster should zoom in Given the "/api/tide/elasticsearch/elasticsearch_index_develop_node/_search" network request is stubbed with fixture "/map-table/vsba/response-all" and status 200 as alias "searchReq" And I visit the page "/map" - When I wait 2 seconds - When I click the map component at coordinates 571 412 When I wait 4 seconds + When I click the map component at coordinates 571 412 + When I wait 8 seconds Then the map matches the image snapshot "map-cluster-zoom" @mockserver