We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2136c commit 639087bCopy full SHA for 639087b
integration/rsc/rsc-test.ts
@@ -1876,14 +1876,14 @@ implementations.forEach((implementation) => {
1876
await expect(page.getByText("Example Domain")).toBeAttached();
1877
});
1878
1879
- test.only("Support throwing Responses", async ({ page }) => {
+ test("Support throwing Responses", async ({ page }) => {
1880
await page.goto(
1881
`http://localhost:${port}/render-route-error-response`,
1882
);
1883
await expect(page.getByText("400 Oh no! no")).toBeAttached();
1884
1885
1886
- test.only("Support throwing data() responses with data", async ({
+ test("Support throwing data() responses with data", async ({
1887
page,
1888
}) => {
1889
0 commit comments