From 6e086311b6c33347f7703cf5bd5ceeb2bdb3c9ee Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 9 Mar 2021 18:24:12 +0000 Subject: [PATCH] Updated --- tests/cypress/tests/01-wizard/01-wizard.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/tests/01-wizard/01-wizard.spec.ts b/tests/cypress/tests/01-wizard/01-wizard.spec.ts index 663b28075..0bd60b10d 100644 --- a/tests/cypress/tests/01-wizard/01-wizard.spec.ts +++ b/tests/cypress/tests/01-wizard/01-wizard.spec.ts @@ -32,7 +32,7 @@ describe("Wizard Setup", () => { }); - it.only("Compete Wizard", () => { + it("Compete Wizard", () => { cy.visit(""); cy.get("[data-test=nextWelcome]").click(); cy.get("[data-test=nextMediaServer]").click();