fix lint
This commit is contained in:
parent
e65ac2bb9c
commit
d112ae6c4f
|
|
@ -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' });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue