Skip to content

Commit

Permalink
fix(tests): remove the .only() statement so the full suite runs 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Dec 19, 2024
1 parent edb4b36 commit fe5f4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_cypress/cypress/e2e/admin/go-live-form.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fe5f4fc

Please sign in to comment.