Skip to content

Commit

Permalink
fixup! Fix browser-based test
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 13, 2024
1 parent 0ad70a6 commit 9f56af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/browser/test/e2e.playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ test("Redirect to AMC to accept Access Request", async ({
]);
});

test.only("Issue an access request, then revoking the access request", async ({
test("Issue an access request, then revoking the access request", async ({
page,
auth,
}) => {
Expand Down

0 comments on commit 9f56af9

Please sign in to comment.