revert unrelated test
This commit is contained in:
parent
0e24d3b9f4
commit
85f7473f27
|
|
@ -22,7 +22,6 @@ import { expectedSSLError } from '../config/utils';
|
||||||
it('should work @smoke', async ({ page, server }) => {
|
it('should work @smoke', async ({ page, server }) => {
|
||||||
await page.goto(server.EMPTY_PAGE);
|
await page.goto(server.EMPTY_PAGE);
|
||||||
expect(page.url()).toBe(server.EMPTY_PAGE);
|
expect(page.url()).toBe(server.EMPTY_PAGE);
|
||||||
await new Promise(() => {});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should work with file URL', async ({ page, asset, isAndroid, mode }) => {
|
it('should work with file URL', async ({ page, asset, isAndroid, mode }) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue