Skip to content

Commit

Permalink
fix cypress test 3
Browse files Browse the repository at this point in the history
Issue: AAH-2255
  • Loading branch information
jerabekjiri committed Jun 5, 2023
1 parent ddf531c commit 5999f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/e2e/collections/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('collection tests', () => {
cy.get('.pf-m-primary').contains('Select').click();

cy.get('[data-cy="AlertList"]').contains(
`Started adding ${namespace}.${collection} v1.0.0 from "published" to repository "validated".`,
`Started adding ${namespace}.${collection} v1.0.0 from "staging" to repository "validated".`,
);
cy.get('[data-cy="AlertList"]').contains('detail page').click();
cy.contains('Completed');
Expand Down

0 comments on commit 5999f4e

Please sign in to comment.