Skip to content

Commit ffedeca

Browse files
committed
address remaining feedback
1 parent 97c05b6 commit ffedeca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/src/release-notes-js.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ The HTML report's Speedboard tab now shows how long each shard took, making it e
1717
Once you've identified slow shards, you can use the new custom sharding weights to rebalance them and speed up your overall CI time.
1818
The `shardIndex` is also now available in the reporter API for custom reporting and debugging.
1919

20-
### Worker Fixture Timeouts
21-
22-
Worker-scoped fixtures now get their own separate timeout instead of sharing time with `beforeAll` hooks. This means more predictable timeout behavior—if your worker fixture takes 10 seconds and your `beforeAll` takes 5 seconds, they each get their full configured timeout rather than competing for a shared pool.
23-
2420
### New `toHaveCSS` Overload
2521

2622
If you have `@types/react` installed, you can now pass a style object to [`method: LocatorAssertions.toHaveCSS`] for type-safe CSS assertions:
@@ -45,7 +41,7 @@ Thanks to [@cpAdm](https://github.com/cpAdm) for contributing these improvements
4541

4642
- Removed `_react` and `_vue` selectors. See [locators guide](./locators.md) for alternatives.
4743

48-
- **Removed `*:light` selectors**: The `:light` pseudo-class has been removed. Use standard CSS selectors instead.
44+
- Removed `:light` selector engine suffix. Use standard CSS selectors instead.
4945

5046
- Option `devtools` from [`method: BrowserType.launch`] has been removed. Use `args: ['--auto-open-devtools-for-tabs']` instead.
5147

0 commit comments

Comments
 (0)