add create patient popup

This commit is contained in:
kandrusyak
2023-09-11 17:08:57 +03:00
committed by andrusyakka
parent 85b68c726b
commit 1ee0e8f0e8
12 changed files with 268 additions and 340 deletions

View File

@@ -8,7 +8,7 @@ describe("Smoke test", function () {
expect(await browser.getUrl()).toMatch("/#/login");
});
it("should display login page", async function () {
it("should auth to system", async function () {
await browser.url("/");
await $("#app").waitForDisplayed();