mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
refactoring some of the tests
This commit is contained in:
parent
43e22acaca
commit
e4ab1447aa
14 changed files with 1702 additions and 65 deletions
3
tests/cypress/integration/page-objects/base.page.ts
Normal file
3
tests/cypress/integration/page-objects/base.page.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export abstract class BasePage {
|
||||
abstract visit(options: Cypress.VisitOptions): Cypress.Chainable<Cypress.AUTWindow>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue