test: skip login user test for now

This commit is contained in:
thecodrr
2021-11-25 12:48:22 +05:00
parent 509afdc747
commit 9c3f6622b1

View File

@@ -37,8 +37,6 @@ async function loginUser() {
expect(await isPresent(getTestId("navitem-sync"))).toBe(true);
}
test("login user", async ({}, info) => {
info.setTimeout(0);
test.skip("login user", async () => {
await loginUser();
});