Skip to content

Commit 7fcd93a

Browse files
committed
e2e(server): fix broken e2e test after MathTex integration
1 parent 3d4b84c commit 7fcd93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server-e2e/src/note_types/text.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test("Displays math popup", async ({ page, context }) => {
6464
const mathForm = page.locator(".ck-math-form");
6565
await expect(mathForm).toBeVisible();
6666

67-
const input = mathForm.locator(".ck-input").first();
67+
const input = mathForm.locator(".ck-latex-textarea").first();
6868
await expect(input).toBeVisible();
6969
await expect(input).toBeEnabled();
7070
await input.click();

0 commit comments

Comments
 (0)