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 9ac01b4 commit 9ce41aaCopy full SHA for 9ce41aa
test/lexical/collections/Lexical/e2e/main/e2e.spec.ts
@@ -1552,7 +1552,7 @@ describe('lexicalMain', () => {
1552
await closeTagInMultiSelect.click()
1553
await expect(decoratorLocator).toBeHidden()
1554
1555
- const labelInsideCollapsableBody = page.locator('label').getByText('Sub Blocks')
+ const labelInsideCollapsableBody = page.locator('h3>span').getByText('Sub Blocks')
1556
await labelInsideCollapsableBody.click()
1557
await expectInsideSelectedDecorator(labelInsideCollapsableBody)
1558
0 commit comments