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
Given a valid phone number identified by the token or provided in the request body
And the SIM for this phone number has never been swapped
And the activation of the SIM occurred more than "<hours>" hours ago
And the request body property "maxAge" is set to a value equal or greater than "<hours>" within the allowed range
When the request "checkSimSwap" is sent
Then the response status code is 200
And the value of response property "$.swapped" == false
but it should be:
Given a valid phone number identified by the token or provided in the request body
And the SIM for this phone number has never been swapped
And the activation of the SIM occurred more than "<hours>" hours ago
And the request body property "maxAge" is set to a value less than "<hours>" within the allowed range
When the request "checkSimSwap" is sent
Then the response status code is 200
And the value of response property "$.swapped" == false
Expected behavior
Fix the test case
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered:
Problem description
The test states that:
but it should be:
Expected behavior
Fix the test case
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: