add create patient popup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user