✅ Legger til testing for å lage feilmelding
This commit is contained in:
parent
3962f3818c
commit
de91e13727
4 changed files with 39 additions and 3 deletions
|
@ -22,6 +22,10 @@ import './commands'
|
|||
declare global {
|
||||
namespace Cypress {
|
||||
interface Chainable {
|
||||
getByTestId(
|
||||
selector: string,
|
||||
...rest: any
|
||||
): Chainable<JQuery<HTMLElement>>;
|
||||
checkPageA11y(): Chainable<JQuery<HTMLElement>>;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue