playwright/tests
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
..
android chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
assets fix(cr network): emit sw-handled requests when routing is enabled (#23589) 2023-06-08 10:33:28 -07:00
components fix(ct): vue3 fallthrough events & callbacks (#23649) 2023-06-19 11:20:37 -07:00
config chore: make trace viewer work over http (#23531) 2023-06-05 16:30:30 -07:00
electron chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
image_tools chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
installation chore: add more logging for browser install process (#23675) 2023-06-14 15:33:06 +02:00
library fix(codegen): generate no Enter keyboard events for textareas (#23775) 2023-06-19 17:07:37 +02:00
page fix(locators): allow identical frameLocators inside and/or/has (#23740) 2023-06-19 15:22:26 -07:00
playwright-test fix(test runner): improve error message for non-stable test titles (#23792) 2023-06-19 14:13:11 -07:00
stress chore: fix typos (#20473) 2023-01-30 09:53:28 +01:00
webview2 devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00