chore(trace-viewer) update "should open two trace files" test
This commit is contained in:
parent
7b174cd0f2
commit
63a678f13a
|
|
@ -812,12 +812,12 @@ test('should open two trace files', async ({ context, page, request, server, sho
|
|||
await traceViewer.selectAction('apiRequestContext.get');
|
||||
await traceViewer.selectAction('apiRequestContext.post');
|
||||
await expect(traceViewer.actionTitles).toHaveText([
|
||||
`apiRequestContext.get`,
|
||||
`apiRequestContext.get/simple.json`,
|
||||
`page.gotohttp://localhost:${server.PORT}/input/button.html`,
|
||||
`apiRequestContext.head`,
|
||||
`apiRequestContext.head/simplezip.json`,
|
||||
`locator.clicklocator('button')`,
|
||||
`locator.clicklocator('button')`,
|
||||
`apiRequestContext.post`,
|
||||
`apiRequestContext.post/one-style.css`,
|
||||
]);
|
||||
|
||||
await traceViewer.page.locator('text=Metadata').click();
|
||||
|
|
|
|||
Loading…
Reference in a new issue