Skip to content

Commit

Permalink
test: ✅ increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingallday authored and dylankelly committed Feb 6, 2024
1 parent 61ec4fb commit ca1c41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nuxt-app/test/features/maps/vsba.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca1c41d

Please sign in to comment.