Skip to content

Commit

Permalink
add video dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Sep 26, 2023
1 parent 14e1ae4 commit 4738518
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ builds
!.yarn/versions

# cypress
cypress/screenshots
cypress/videos
# packages/ui/cypress/screenshots/*
# packages/ui/cypress/videos/*
2 changes: 1 addition & 1 deletion packages/ui/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
})

Expand Down
Empty file added packages/ui/cypress/videos/test
Empty file.

0 comments on commit 4738518

Please sign in to comment.