You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the tests of e2e/suite1/metadataprops.test.ts was ignored by #7610 given it was failing consistently. This evidenced that there are three test suites testing the same part of the application: e2e/suite1/metadataprops.test.ts, cypress/e2e/media-metadata.cy.ts, cypress/e2e/entity.cy.ts.
These tests must be moved into a unique test file avoiding duplication of steps and keeping all the currently tested scenarios.
The text was updated successfully, but these errors were encountered:
One of the tests of e2e/suite1/metadataprops.test.ts was ignored by #7610 given it was failing consistently. This evidenced that there are three test suites testing the same part of the application: e2e/suite1/metadataprops.test.ts, cypress/e2e/media-metadata.cy.ts, cypress/e2e/entity.cy.ts.
These tests must be moved into a unique test file avoiding duplication of steps and keeping all the currently tested scenarios.
The text was updated successfully, but these errors were encountered: