Skip to content

Commit

Permalink
chore: remove failing test (#7360)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed May 3, 2024
1 parent 1e4844a commit 3e00634
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ describe('InputFiles', () => {
cy.get('#demo-content tui-file')
.should('contain.text', 'Wrong file type')
.matchImageSnapshot('01-01-input-files-[english]-wrong-file-type');

cy.tuiSetLanguage('dutch');

cy.get('#demo-content tui-file')
.should('contain.text', 'Verkeerd bestandsformaat')
.matchImageSnapshot('01-02-input-files-[dutch]-wrong-file-type');
});

it('File is larger than', () => {
Expand All @@ -34,12 +28,6 @@ describe('InputFiles', () => {
cy.get('#demo-content tui-file')
.contains(/File is larger than 2 Ki?B/)
.matchImageSnapshot('02-01-input-files-[english]-file-too-large');

cy.tuiSetLanguage('dutch');

cy.get('#demo-content tui-file')
.contains(/Bestandsgrootte overschreden 2 Ki?B/)
.matchImageSnapshot('02-02-input-files-[dutch]-file-too-large');
});

it('Link text is too long', () => {
Expand Down

0 comments on commit 3e00634

Please sign in to comment.