Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Jul 3, 2024
1 parent 41d9086 commit ddd00ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion end-to-end-tests/setup/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ export const openExtensionConsoleFromAdmin = async (
await expect(extensionConsolePage.getByText(userName)).toBeVisible();
}).toPass({ timeout: 15_000 });

return extensionConsolePage;
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion -- needed for strict null check
return extensionConsolePage as Page;
};

0 comments on commit ddd00ea

Please sign in to comment.