refactoring some of the tests

This commit is contained in:
tidusjar 2021-03-10 16:49:23 +00:00
commit e4ab1447aa
14 changed files with 1702 additions and 65 deletions

View file

@ -0,0 +1,3 @@
export abstract class BasePage {
abstract visit(options: Cypress.VisitOptions): Cypress.Chainable<Cypress.AUTWindow>;
}