Skip to content

Commit

Permalink
fix: test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Dec 3, 2024
1 parent b821d53 commit 65688d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("Paper Application Tests", () => {
cy.signOut()
})

it.only("fill paper application form completely", () => {
it("fill paper application form completely", () => {
cy.fixture("application").then((application) => {
cy.fillPrimaryApplicant(application)
cy.fillAlternateContact(application)
Expand Down

0 comments on commit 65688d8

Please sign in to comment.