This commit is contained in:
Yury Semikhatsky 2024-08-01 11:39:14 -07:00
parent e65ac2bb9c
commit d112ae6c4f

View file

@ -1198,7 +1198,7 @@ test('expect during fetch', async ({ page, server }) => {
}); });
test('should not nest top level expect into unfinished api calls ', { test('should not nest top level expect into unfinished api calls ', {
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31959'} annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31959' }
}, async ({ runInlineTest, server }) => { }, async ({ runInlineTest, server }) => {
server.setRoute('/index', (req, res) => { server.setRoute('/index', (req, res) => {
res.writeHead(200, { 'Content-Type': 'text/html' }); res.writeHead(200, { 'Content-Type': 'text/html' });