From 5630245616d7cbd913d231d6ce08c4658fa87713 Mon Sep 17 00:00:00 2001 From: Craig Atkinson Date: Sat, 23 Mar 2024 08:46:47 -0500 Subject: [PATCH] Creating an intentional test failure as an example --- ui/cypress/e2e/test_suite.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");