You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Doing the test I have an issue with this scenario:
@check_sim_swap_6_no_sim_swap
Scenario: Check that the response shows that the SIM has not been swapped
Given the request header "Authorization" is set to a valid access token from which a phone number connected to the Operator's network can be deducted
And the SIM for this phone number has never been swapped
When the request "checkSimSwap" is sent
Then the response status code is 200
And the value of response property "$.swapped" == false
Indeed, we consider that: New subscription is considered as a SIM swap as well in the yaml so for the test must be reworked accordingly.
Suppose a new line was activated Oct8th at 4pm
If I make a query Oct9th at 4pm
Problem description
Doing the test I have an issue with this scenario:
Indeed, we consider that:
New subscription is considered as a SIM swap as well
in the yaml so for the test must be reworked accordingly.Suppose a new line was activated Oct8th at 4pm
If I make a query Oct9th at 4pm
maxAge
is set to 36maxAge
is set to 12Expected behavior
First get @fernandopradocabrillo feedback :)
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: