Skip to content

Commit 26239de

Browse files
committed
Fix a path in test
1 parent 1a80a97 commit 26239de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/graphql-interactive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test.describe("Learn", () => {
6565
test("adds appearsIn field to hero query and gets correct response", async ({
6666
page,
6767
}) => {
68-
await page.goto("/learn")
68+
await page.goto("/learn/introduction")
6969
await page.waitForSelector(".cm-editor", { timeout: 10000 })
7070

7171
const heroEditor = await findEditorByContent(page, "hero")

0 commit comments

Comments
 (0)