From fbbe8ffa7cc69bbf4c5cbb2b5c516a973a7e8019 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Thu, 1 Feb 2024 14:10:47 +1100 Subject: [PATCH] test: :white_check_mark: increase timeout --- examples/nuxt-app/test/features/maps/vsba.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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