Skip to content

Commit 2b5ea65

Browse files
committed
Add Post Login Redirect task in conformance test
1 parent 25df588 commit 2b5ea65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conformance-tests/conformance-basic-ci.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"match": "https://op.local.stack-dev.cirrusidentity.com/simplesaml/module.php/core/loginuserpass*",
3737
"commands": [["click", "id", "submit_button"]]
3838
},
39+
{
40+
"task": "Post Login Redirect",
41+
"optional": true,
42+
"match": "https://op.local.stack-dev.cirrusidentity.com/simplesaml/module.php/core/postredirect*",
43+
"commands": [["wait", "id", "submission_complete", 10]]
44+
},
3945
{
4046
"task": "Verify Complete",
4147
"match": "*/test/a/simplesamlphp-module-oidc/callback*",

0 commit comments

Comments
 (0)