From 55ee8424697ea2444f12915fa543d603e81d9f3d Mon Sep 17 00:00:00 2001 From: Splines Date: Wed, 4 Dec 2024 00:28:07 +0100 Subject: [PATCH] Remove cypress `.only` --- spec/cypress/e2e/profile_spec.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/cypress/e2e/profile_spec.cy.js b/spec/cypress/e2e/profile_spec.cy.js index 19efcc2ad..75736f87c 100644 --- a/spec/cypress/e2e/profile_spec.cy.js +++ b/spec/cypress/e2e/profile_spec.cy.js @@ -115,7 +115,7 @@ describe("Account settings", () => { }); }); -describe.only("Module settings", () => { +describe("Module settings", () => { beforeEach(function () { cy.wrap("Happy course").as("courseName"); cy.wrap("Happy division").as("divisionName");