Skip to content

Commit

Permalink
chore: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Oct 18, 2023
1 parent f03b3e0 commit c5343a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/import/importErrors.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Import errors', () => {
}

gcy('import-file-input').attachFile(files);
assertMessage('Cannot add more then 100 languages');
assertMessage('Cannot add more than 100 languages');
});

describe('file error message', () => {
Expand Down

0 comments on commit c5343a1

Please sign in to comment.