Skip to content

Commit 639087b

Browse files
committed
remove .only
1 parent 4c2136c commit 639087b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/rsc/rsc-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,14 +1876,14 @@ implementations.forEach((implementation) => {
18761876
await expect(page.getByText("Example Domain")).toBeAttached();
18771877
});
18781878

1879-
test.only("Support throwing Responses", async ({ page }) => {
1879+
test("Support throwing Responses", async ({ page }) => {
18801880
await page.goto(
18811881
`http://localhost:${port}/render-route-error-response`,
18821882
);
18831883
await expect(page.getByText("400 Oh no! no")).toBeAttached();
18841884
});
18851885

1886-
test.only("Support throwing data() responses with data", async ({
1886+
test("Support throwing data() responses with data", async ({
18871887
page,
18881888
}) => {
18891889
await page.goto(

0 commit comments

Comments
 (0)