diff --git a/.gitignore b/.gitignore index f4f23c77..d9cb805d 100644 --- a/.gitignore +++ b/.gitignore @@ -123,5 +123,5 @@ builds !.yarn/versions # cypress -cypress/screenshots -cypress/videos +# packages/ui/cypress/screenshots/* +# packages/ui/cypress/videos/* diff --git a/packages/ui/cypress/support/commands.ts b/packages/ui/cypress/support/commands.ts index c08d9ce7..3b3d0d52 100644 --- a/packages/ui/cypress/support/commands.ts +++ b/packages/ui/cypress/support/commands.ts @@ -66,7 +66,7 @@ Cypress.Commands.add('rejectAuth', (id: number, reason: string) => { }) Cypress.Commands.add('getTxRequests', () => { - cy.wait(500) + cy.wait(200) return cy.wrap(extension.getTxRequests()) }) diff --git a/packages/ui/cypress/tests/watched-acccounts/watched-accounts.cy.ts b/packages/ui/cypress/tests/watched-accounts.cy.ts similarity index 100% rename from packages/ui/cypress/tests/watched-acccounts/watched-accounts.cy.ts rename to packages/ui/cypress/tests/watched-accounts.cy.ts diff --git a/packages/ui/cypress/videos/test b/packages/ui/cypress/videos/test new file mode 100644 index 00000000..e69de29b