Skip to content

Commit

Permalink
updated e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
konzz committed Jan 31, 2025
1 parent 5addbad commit f7fd460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/media-metadata.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ describe('Media metadata', { defaultCommandTimeout: 5000 }, () => {
});
cy.contains(field)
.parentsUntil('.form-group')
.contains('This file type is not supported on media fields')
.contains('Error loading your image')
.scrollIntoView();
cy.contains(field)
.parentsUntil('.form-group')
.contains('This file type is not supported on media fields')
.contains('Error loading your image')
.should('be.visible');
};

Expand Down

0 comments on commit f7fd460

Please sign in to comment.