diff --git a/ui/cypress/e2e/test_suite.cy.js b/ui/cypress/e2e/test_suite.cy.js index 92d64ce9c..1f9031bbf 100644 --- a/ui/cypress/e2e/test_suite.cy.js +++ b/ui/cypress/e2e/test_suite.cy.js @@ -22,7 +22,7 @@ context("test suite", () => { cy.getBreadcrumbPackgeNameLink().should( "contain", - "projektor.example.spock", + "projektor.example.spock2", ); cy.getBreadcrumbClassNameLink().should("contain", "FailingSpec");