Skip to content

Commit 229bdf8

Browse files
committed
test: update field label selector following TinyMCE update
1 parent a1459b1 commit 229bdf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/tests.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test.describe('With Javascript', () => {
1414
await expect(page.locator('button').filter({ hasText: 'Format' })).toBeVisible();
1515

1616
// Update the content and submit the form
17-
await page.frameLocator('iframe[title="Rich Text Area"]').getByLabel('Rich Text Area. Press ALT-0').fill('Initial text value has been updated!');
17+
await page.frameLocator('iframe[title="Rich Text Area"]').getByLabel('Rich Text Area').fill('Initial text value has been updated!');
1818
await page.getByRole('button', { name: 'Submit' }).click();
1919

2020
// Validate form data is received correctly

0 commit comments

Comments
 (0)