Skip to content

Commit

Permalink
remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 21, 2025
1 parent cef9116 commit 9109fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/e2e/tests/GUI.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("GUI Test", () => {
await new EditorView().closeAllEditors();
});

describe.only("Onboarding", () => {
describe("Onboarding", () => {
it("should display correct panel description", async () => {
const description = await GUISelectors.getDescription(view);

Expand Down

0 comments on commit 9109fb2

Please sign in to comment.