You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Hey,
I would like to see the steps for new tabs (opened within a part of a test) inside the root-cause/cloud.
Using Playwright: const [newTab] = await Promise.all([ context.waitForEvent('page'), page.click('some_selector_that_opens_a_new_tab') ])
The text was updated successfully, but these errors were encountered:
GiladLB
changed the title
See the test steps of new tabs
Showing test artifacts of new tabs
Nov 10, 2020
Hey,
I would like to see the steps for new tabs (opened within a part of a test) inside the root-cause/cloud.
Using Playwright:
const [newTab] = await Promise.all([ context.waitForEvent('page'), page.click('some_selector_that_opens_a_new_tab') ])
The text was updated successfully, but these errors were encountered: