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.
infinity
1 parent 9ec2fc5 commit eb78708Copy full SHA for eb78708
tests/test.js
@@ -9,7 +9,7 @@ test('depth=0', async ({ page }) => {
9
test('depth=infinity', async ({ page }) => {
10
await page.goto('/')
11
await page.locator('#btn_i').click()
12
- await expect(page.locator('#basic').getByText('{...}', { exact: true })).toHaveCount(0)
+ await expect(page.getByText('nest0').locator('..').getByText('...')).toHaveCount(0)
13
})
14
15
test('default depth=1', async ({ page }) => {
0 commit comments