Skip to content

Commit

Permalink
Merge pull request #1021 from dpc-sdp/task/increase-timeout-cy
Browse files Browse the repository at this point in the history
test: ✅ increase timeout
  • Loading branch information
waitingallday authored Feb 1, 2024
2 parents c684936 + fbbe8ff commit f7774ad
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 f7774ad

Please sign in to comment.