Pavel Feldman
Pavel Feldman
This change looks good. Could you follow up with: - rendering it in the HTML report and other reports - rendering it in the Trace - supporting it in the...
#### Why was this issue closed? Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a...
#### Why was this issue closed? Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a...
We are about to change the way async stacks are collected in Chrome DevTools. As of today, we capture the "debug" stacks that include live scope objects and hence slow...
If you use boxing in the test.step it'll give you the right locations. https://playwright.dev/docs/release-notes#hide-implementation-details-box-test-steps
That's because you did not box clickButton2. Any time you want to pass location to step, box it instead.
That's something we can fix, open to making the step title optional. Marking as open to a pr.
sg, let us know when it is ready via commenting, and it'll pop up in our internal review dashboard. do not reply to this message unless you want us to...
All good questions - the lack of definitive answers to those is the exact reason we did not rush into implementing it. If you have a good idea on reasonable...
> Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.setStringPref] `"security.enterprise_roots.enabled": "true"` I guess it should be boolean rather than a string? `"security.enterprise_roots.enabled": true`