Skip to content

Commit 235eab1

Browse files
committed
Remove .only and .poke
1 parent b163f6d commit 235eab1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/rendering-test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ test.describe("rendering", () => {
5656
</div>`);
5757
});
5858

59-
test.only("hydrates", async ({ page }) => {
59+
test("hydrates", async ({ page }) => {
6060
let app = new PlaywrightFixture(appFixture, page);
61-
await app.poke(120);
6261
await app.goto("/");
6362
expect(await app.getHtml("#content")).toBe(`<div id="content">
6463
<h1>Root</h1>

0 commit comments

Comments
 (0)