Skip to content

Commit

Permalink
set longer 10000 timeout for Skytruth tests in cypress...?
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Feb 16, 2021
1 parent b3ba09a commit fc9c797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/skytruth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('Skytruth layer', function() {

it('has circle markers in minimal mode', function() {
cy.server()
Cypress.config('defaultCommandTimeout', 10000);
cy.route('GET', 'https://alerts1.skytruth.org/json?n=100&l=41.31185540579858,-92.41012573242189,41.94314874732696,-91.03683471679688', 'fixture:skytruth.json')
const spy = cy.spy(window.top.aut.SkyTruth, 'requestData')
cy.get('[title="Show minimal markers"]').click().then(() => {
Expand Down

0 comments on commit fc9c797

Please sign in to comment.