Skip to content
Snippets Groups Projects

feat(login): new login flow (MIN-281)

Merged mateusz-winiarczyk requested to merge MIN-281-login-information into development
3 unresolved threads
Files
6
@@ -56,7 +56,7 @@ describe('LoggedInMenuModal component', () => {
fireEvent.click(screen.getByText('Go to the admin panel'));
expect(routerPushSpy).toHaveBeenCalledWith(
`https://lux1.atcomp.pl/minerva/admin.xhtml?id=${projectFixture.projectId}`,
`https://lux1.atcomp.pl/minerva/admin.xhtml?id=pdmap_appu_test`,
);
});
});
Loading