From 5999f4e51727d0371ce8b537d3e2e0395d76f6fe Mon Sep 17 00:00:00 2001 From: jerabekjiri Date: Mon, 5 Jun 2023 14:30:20 +0200 Subject: [PATCH] fix cypress test 3 Issue: AAH-2255 --- test/cypress/e2e/collections/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/e2e/collections/collection.js b/test/cypress/e2e/collections/collection.js index d8e47152f9..5bb4c25942 100644 --- a/test/cypress/e2e/collections/collection.js +++ b/test/cypress/e2e/collections/collection.js @@ -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');