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 daf0ce7 commit 0d60a81Copy full SHA for 0d60a81
tests/e2e/specs/Knowbase/Editor/image-insertion.spec.ts
@@ -65,7 +65,6 @@ test.describe('Knowledge Base Editor - Image Insertion', () => {
65
await dialog.getByRole('button', { name: 'Save' }).click();
66
67
await expect(dialog).toBeHidden();
68
- // eslint-disable-next-line playwright/no-raw-locators
69
await expect(kb.editor.contentContainer.locator(`img[src="${dataUri}"]`)).toBeVisible();
70
});
71
0 commit comments