Skip to content

Commit

Permalink
Remove cypress .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 3, 2024
1 parent 2c385fb commit 55ee842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cypress/e2e/profile_spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 55ee842

Please sign in to comment.