Skip to content

Commit f4ed0ae

Browse files
committed
delete only
1 parent 2b096b4 commit f4ed0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/e2e/e2e.resource.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ test.describe("resource serialization", () => {
103103
await expect(button3).toHaveText("ERROR: Error: timeout 2");
104104
});
105105

106-
test.only("issue 2014", async ({ page }) => {
106+
test("issue 2014", async ({ page }) => {
107107
const button1 = page.locator("#issue-2014-btn");
108108
await expect(button1).toHaveText("0(count is here: 0)");
109109
await button1.click();

0 commit comments

Comments
 (0)