mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
This fixes some edge cases where fixtures and steps inside them were attached to the wrong parent (see the new test). This will also allow to replace some `runAsStep` calls with a flat list of tasks to do that do not rely on lexical scope.