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 1a80a97 commit 26239deCopy full SHA for 26239de
test/e2e/graphql-interactive.spec.ts
@@ -65,7 +65,7 @@ test.describe("Learn", () => {
65
test("adds appearsIn field to hero query and gets correct response", async ({
66
page,
67
}) => {
68
- await page.goto("/learn")
+ await page.goto("/learn/introduction")
69
await page.waitForSelector(".cm-editor", { timeout: 10000 })
70
71
const heroEditor = await findEditorByContent(page, "hero")
0 commit comments