UI/OIDC authz flow tests (#13106)

This commit is contained in:
Chelsea Shaw
2021-11-10 15:19:40 -06:00
committed by GitHub
parent 87c2b1ac0a
commit 90decc1405
3 changed files with 205 additions and 3 deletions

View File

@@ -96,7 +96,6 @@ module('Integration | Component | oidc-consent-block', function(hooks) {
'shows the correct copy for consent form'
);
await click('[data-test-edit-form-submit]');
console.log(spy, spy.args);
assert.ok(
spy.calledWith(`${redirectBase}/?code=unescaped%3Cstring&state=foo`),
'Redirects to correct route, with escaped values and without superflous params'