Skip to content

Commit 71471f5

Browse files
chore: loaded home
1 parent 43df6d9 commit 71471f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: e2e/modal-navigation-ng/e2e/modal.shared.e2e-spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("modal-shared:", () => {
4747
});
4848

4949
it("should find home component again", async () => {
50-
await assertComponent(driver, homeComponent);
50+
await screen.loadedHome();
5151
});
5252

5353
it("should navigate to second component", async () => {

0 commit comments

Comments
 (0)