Skip to content

Rewording test case to avoid confusion with "activation" term #169

@fernandopradocabrillo

Description

@fernandopradocabrillo

Problem description

Update following test scenario to avoid confusion with "activation" terminology

@retrieve_sim_swap_date_4_sim_not_activated
  Scenario: Retrieves SIM swap date for a non-activated sim
    Given a valid phone number identified by the token or provided in the request body
    And the sim for that device has never been connected to the Operator's network
    When the request "retrieveSimSwapDate" is sent
    Then the response status code is 200
    And the response property "$.latestSimChange" is null

with

@retrieve_sim_swap_date_4_sim_never_connected
  Scenario: Retrieves SIM swap date for a sim that has never been connected to the network
    Given a valid phone number identified by the token or provided in the request body
    And the sim for that phone number has never been connected to the Operator's network
    When the request "retrieveSimSwapDate" is sent
    Then the response status code is 200
    And the response property "$.latestSimChange" is null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions