Skip to content

Commit

Permalink
asad
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 12, 2024
1 parent f1e3deb commit 974caa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/__tests__/browser-tests/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe.each([Browser.CHROME, Browser.EDGE, Browser.FIREFOX])("%s driver test",
}, 10000);
});

describe.skip("browser-test", () => {
describe("browser-test", () => {
it("accesses and login to peerprep", async () => {
await driver.get(URL);
await driver.wait(until.urlIs(`${URL}login`));
Expand All @@ -75,7 +75,7 @@ describe.each([Browser.CHROME, Browser.EDGE, Browser.FIREFOX])("%s driver test",
expect(slogan2).toBe("peers");
}, 10000);
})
}, 20000)
}, 60000)



Expand Down

0 comments on commit 974caa6

Please sign in to comment.