link: make lint happy

This commit is contained in:
Pavel Feldman 2020-12-02 13:48:44 -08:00
parent 3624e3e315
commit f5c8e1d344

View file

@ -36,6 +36,6 @@ it('should fetch hidpi assets', async ({ contextFactory, server }) => {
const [ request ] = await Promise.all([
page.waitForRequest('**/image*'),
page.goto(server.PREFIX + '/highdpi.html'),
])
]);
expect(request.url()).toContain('image2x');
});