Skip to content

Commit

Permalink
cypress tests wait interval updated to 400
Browse files Browse the repository at this point in the history
Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed May 3, 2023
1 parent eb1ddbe commit 79e38ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/1_detectors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const createDetector = (detectorName, dataSource, expectFailure) => {
}
}

// Confirm entries user has made
// Confirm entries user made
cy.contains('Detector details');
cy.contains(detectorName);
cy.contains('dns');
Expand Down

0 comments on commit 79e38ef

Please sign in to comment.