add prelim website tests
This commit is contained in:
5
cypress/support/index.d.ts
vendored
5
cypress/support/index.d.ts
vendored
@@ -7,5 +7,10 @@ declare namespace Cypress {
|
||||
* @example cy.dataCy('greeting')
|
||||
*/
|
||||
dataCy(value: string): Chainable<JQuery<HTMLElement>>;
|
||||
/**
|
||||
* Custom command to login user into the app.
|
||||
* @example cy.login('admin', 'password)
|
||||
*/
|
||||
login(username: string, password: string): Chainable<JQuery<HTMLElement>>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user