From fe5f4fcd7c1ea6a37a0d298a217ebd0e15d0ea06 Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Thu, 19 Dec 2024 19:31:53 +0000 Subject: [PATCH] fix(tests): remove the `.only()` statement so the full suite runs :facepalm: --- tests_cypress/cypress/e2e/admin/go-live-form.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_cypress/cypress/e2e/admin/go-live-form.cy.js b/tests_cypress/cypress/e2e/admin/go-live-form.cy.js index 0edc620f59..14a9d3180a 100644 --- a/tests_cypress/cypress/e2e/admin/go-live-form.cy.js +++ b/tests_cypress/cypress/e2e/admin/go-live-form.cy.js @@ -41,7 +41,7 @@ describe("Go Live Form", () => { cy.a11yScan(); }); - it.only("Forces user to fill required fields fields", () => { + it("Forces user to fill required fields fields", () => { // clear all fields on page 1 Page.Components.DeptName().clear(); Page.Components.Purpose().clear();