Skip to content

Commit d36df83

Browse files
committed
fix: remove only from tests
1 parent e85d2b2 commit d36df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmp/compiler/tests/e2e/shared/development.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ test.describe.serial("Development Mode", () => {
154154
expect(heading).toContain("Welcome");
155155
});
156156

157-
test.only("should switch locales and verify translation system", async ({
157+
test("should switch locales and verify translation system", async ({
158158
page,
159159
}) => {
160160
const initialHeading = page.getByRole("heading", { level: 1 });

0 commit comments

Comments
 (0)