playwright/packages
Dmitry Gozman fe5c9dad4d
fix(locators): allow identical frameLocators inside and/or/has (#23740)
So, the following will work:

```
page.frameLocator('iframe').locator('span').or(page.frameLoactor('iframe').locator('div'))
```

The following will not work, because frame locators are not exactly the
same:

```
page.frameLocator('#iframe1').locator('span').or(page.frameLoactor('#iframe2').locator('div'))
```

Also improve the error message to be more readable and include the
locator.

Fixes #23697.
2023-06-19 15:22:26 -07:00
..
html-reporter feat(html): show number of filtered tests, update total time (#23743) 2023-06-16 09:22:57 -07:00
playwright chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-chromium chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-core fix(locators): allow identical frameLocators inside and/or/has (#23740) 2023-06-19 15:22:26 -07:00
playwright-ct-core chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-ct-react chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-ct-react17 chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-ct-solid chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-ct-svelte chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-ct-vue fix(ct): vue3 fallthrough events & callbacks (#23649) 2023-06-19 11:20:37 -07:00
playwright-ct-vue2 chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-firefox chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
playwright-test feat(expect): roll to v29.5.0 (#23629) 2023-06-19 15:18:59 -07:00
playwright-webkit chore: cut 1.35.0 (#23579) 2023-06-07 12:41:56 -07:00
protocol/src chore: unflake the network status test (#23551) 2023-06-06 16:55:53 -07:00
recorder chore(internal): generate code in jsonl (#23124) 2023-05-20 10:15:33 -07:00
trace/src fix: miscellaneous improvements for tracing UI (#23558) 2023-06-06 17:38:44 -07:00
trace-viewer fix(trace viewer): prefer latest resource with the same url (#23763) 2023-06-17 06:58:16 -07:00
web chore: miscellaneous trace viewer fixes (#23695) 2023-06-14 09:37:19 -07:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00