We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b31d4b commit 28eb889Copy full SHA for 28eb889
integration/tests/session-tasks-sign-up.test.ts
@@ -92,13 +92,8 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withSessionTasks] })(
92
await u.po.signUp.continue();
93
await u.po.signUp.enterTestOtpCode();
94
95
- // TODO - Remove this once FAPI changes are deployed to redirect
96
- // to `redirect_url` for pending sessions on SSO callback
97
- await u.page.waitForAppUrl('/');
98
- await u.page.goToRelative('/page-protected');
99
-
100
// Resolves task
101
- await u.po.signIn.waitForMounted();
+ await u.po.signUp.waitForMounted();
102
const fakeOrganization = Object.assign(u.services.organizations.createFakeOrganization(), {
103
slug: u.services.organizations.createFakeOrganization().slug + '-with-sign-in-sso',
104
});
0 commit comments