rsnext/test/integration/script-loader
Leah 60f0837b67
refactor(tests): make chain more "correct" (#51728)
### Why?

I really dislike the way `.chain` works right now, it shouldn't mutate
the `BrowserInterface`, this PR changes it so it's just a pure chain
without weird side effects.

One example with the current version (before this PR):
```
const el = browser.elementByCss('#version-2')
await el.text()
// throws
await el.text()
```

### Additional Changes

- removes selenium (which is completely unused)
- updates playwright
- makes the playwright tracing not error all the time
2024-02-14 20:14:24 +01:00
..
base Setting up third-parties package (#51194) 2023-07-18 10:52:39 -07:00
partytown Adds web worker support to <Script /> using Partytown (#34244) 2022-03-11 22:26:46 +00:00
partytown-missing Adds web worker support to <Script /> using Partytown (#34244) 2022-03-11 22:26:46 +00:00
test refactor(tests): make chain more "correct" (#51728) 2024-02-14 20:14:24 +01:00