Skip to content

Commit

Permalink
Creating an intentional test failure as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk committed Mar 23, 2024
1 parent 11529ba commit 5630245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/test_suite.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ context("test suite", () => {

cy.getBreadcrumbPackgeNameLink().should(
"contain",
"projektor.example.spock",
"projektor.example.spock2",
);

cy.getBreadcrumbClassNameLink().should("contain", "FailingSpec");
Expand Down

0 comments on commit 5630245

Please sign in to comment.