Skip to content

Commit 7526e5c

Browse files
committed
Use correct post assertion
1 parent aa10c49 commit 7526e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/tests/e2e-playwright/routes/manage/access.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ test.describe("Access methods", () => {
167167
await managePage.signOut();
168168
await manageAccessPage.goto();
169169
await signInWithIdentity(page, identities[0].identityNumber);
170-
await managePage.assertVisible();
170+
await manageAccessPage.assertVisible();
171171
},
172172
);
173173

0 commit comments

Comments
 (0)