Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed May 8, 2020
1 parent 53b1d6a commit 7b49c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/budgetView.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe('Budget View', () => {
cy.open({
ignoreChannels: [
'FILE_EDITED',
'SAVE_CANCELED',
'UPDATE_COLOR_PREFERENCES',
'UPDATE_SCHEME',
'FOCUS',
Expand Down
1 change: 1 addition & 0 deletions cypress/integration/createNewBudget.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('Create New Budget', () => {
cy.open({
ignoreChannels: [
'FILE_EDITED',
'SAVE_CANCELED',
'UPDATE_COLOR_PREFERENCES',
'UPDATE_SCHEME',
'FOCUS',
Expand Down

0 comments on commit 7b49c50

Please sign in to comment.