Skip to content

Commit

Permalink
adding exception to e2e tests email verify (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyachundur authored Jun 18, 2024
2 parents 02a92cd + 48f1ce8 commit ca8322e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions b2c/custom_policies/stg/TrustFrameworkExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@
<Value>a207a1b2-f39b-4e70-a211-bd7e26d7504e</Value> <!-- assume automated stg test user has valid phone -->
<Action>SkipThisOrchestrationStep</Action>
</Precondition>
<Precondition Type="ClaimEquals" ExecuteActionsIf="true">
<Value>objectId</Value>
<Value>dd72c13e-cfc0-49a8-8514-a426a8dc1e2b</Value> <!--need for automated stg e2e test -->
<Action>SkipThisOrchestrationStep</Action>
</Precondition>
<Precondition Type="ClaimEquals" ExecuteActionsIf="true">
<Value>objectId</Value>
<Value>c9f5a9d8-f2c8-44ac-a9d7-f71b4f173742</Value> <!-- assume automated dev test user has valid phone -->
Expand Down

0 comments on commit ca8322e

Please sign in to comment.