✅ Oppdaterer landingsside tester
This commit is contained in:
parent
f303081d4e
commit
2fb4a478bd
5 changed files with 77 additions and 60 deletions
|
@ -17,4 +17,12 @@
|
|||
import './commands'
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
||||
// require('./commands')
|
||||
|
||||
declare global {
|
||||
namespace Cypress {
|
||||
interface Chainable {
|
||||
checkPageA11y(): Chainable<JQuery<HTMLElement>>;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue