We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1459b1 commit 229bdf8Copy full SHA for 229bdf8
1 file changed
tests/e2e/tests.spec.ts
@@ -14,7 +14,7 @@ test.describe('With Javascript', () => {
14
await expect(page.locator('button').filter({ hasText: 'Format' })).toBeVisible();
15
16
// 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!');
+ await page.frameLocator('iframe[title="Rich Text Area"]').getByLabel('Rich Text Area').fill('Initial text value has been updated!');
18
await page.getByRole('button', { name: 'Submit' }).click();
19
20
// Validate form data is received correctly
0 commit comments