Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 5, 2024
1 parent 2208770 commit db0f626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/oidc/playwright-tests/src/oidc-login.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ test.describe.configure({ mode: 'parallel' });
test.describe('happy', () => {
[
[ 'no next param', '', '/', '/#/' ], // eslint-disable-line no-multi-spaces
[ 'empty next param', '?next=', '/', '/#/' ], // eslint-disable-line no-multi-spaces
[ 'internal next param', '?next=/some/path', '/', '/#/some/path' ], // eslint-disable-line no-multi-spaces
[ 'enketo next param', '?next=/-/some/path', '/-/some/path', '/-/some/path' ], // eslint-disable-line no-multi-spaces
].forEach(([ description, initialQueryString, expectedBackendPath, expectedFrontendPath ]) => {
Expand Down

0 comments on commit db0f626

Please sign in to comment.