Skip to content

Commit

Permalink
cert test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajimtri committed Dec 28, 2023
1 parent 60d59d7 commit 05e7250
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ import './commands'
// Alternatively you can use CommonJS syntax:
// require('./commands')

require('@cypress/xpath')
require('@cypress/xpath')

Cypress.on('certificate:error', (error, runnable) => {
return true;
});

0 comments on commit 05e7250

Please sign in to comment.