Skip to content

Commit af81eec

Browse files
committed
chore: add more test on rich text
1 parent 31a3a12 commit af81eec

15 files changed

+3
-1
lines changed

packages/pluggableWidgets/rich-text-web/e2e/RichText.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ test.describe("RichText", () => {
141141
);
142142

143143
await page.click(".widget-rich-text .widget-rich-text-modal-body #rich-text-video-src-input");
144-
await page.locator(".mx-name-comboBox2 .widget-combobox-input").fill("https://www.mendix.com");
144+
await page
145+
.locator(".widget-rich-text .widget-rich-text-modal-body #rich-text-video-src-input")
146+
.fill("https://www.mendix.com");
145147
await expect(page.locator(".widget-rich-text .widget-rich-text-modal-body").first()).toHaveScreenshot(
146148
`richTextDialogInsidePopupEdit.png`
147149
);
8.41 KB
Loading
8.88 KB
Loading
8.87 KB
Loading
8.58 KB
Loading
8.4 KB
Loading
7.9 KB
Loading
7.56 KB
Loading
7.7 KB
Loading
13.6 KB
Loading

0 commit comments

Comments
 (0)