Added more tests

This commit is contained in:
tidusjar 2021-03-16 15:58:48 +00:00
commit da1934b922
6 changed files with 55 additions and 11 deletions

2
tests/global.d.ts vendored
View file

@ -5,7 +5,7 @@ declare namespace Cypress {
interface Chainable {
landingSettings(enabled: boolean): Chainable<any>;
login(username: string, password: string): Chainable<any>;
loginWithCreds(username: string, password: string): Chainable<any>;
login(): Chainable<any>;
removeLogin(): Chainable<any>;
verifyNotification(text: string): Chainable<any>;