mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
test: skip login user test for now
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user