revert unrelated test

This commit is contained in:
Yury Semikhatsky 2024-09-25 18:16:37 -07:00
parent 0e24d3b9f4
commit 85f7473f27

View file

@ -22,7 +22,6 @@ import { expectedSSLError } from '../config/utils';
it('should work @smoke', async ({ page, server }) => {
await page.goto(server.EMPTY_PAGE);
expect(page.url()).toBe(server.EMPTY_PAGE);
await new Promise(() => {});
});
it('should work with file URL', async ({ page, asset, isAndroid, mode }) => {