Pytorch-NLU icon indicating copy to clipboard operation
Pytorch-NLU copied to clipboard

Showing test artifacts of new tabs

Open GiladLB opened this issue 4 years ago • 0 comments

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') ])

GiladLB avatar Nov 10 '20 18:11 GiladLB