Skip to content

Commit

Permalink
Update device-roaming-status.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomale authored Aug 30, 2024
1 parent 2f21b29 commit a0b69c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Test_definitions/device-roaming-status.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feature: CAMARA Device Roaming Status API, v0.6.0 - Operations for Roaming Statu
@device_roaming_status_01_roaming_status_true
Scenario: Check the roaming status when device is in the roaming mode
Given a valid devicestatus request body
And the request body property "$.device" is set to a valid testing device supported by the service
And the request body property "$.device" is set to a valid testing device which is in roaming and supported by the service
When the request "getRoamingStatus" is sent
Then the response code is 200
And the response header "Content-Type" is "application/json"
Expand All @@ -30,7 +30,7 @@ Feature: CAMARA Device Roaming Status API, v0.6.0 - Operations for Roaming Statu
@device_roaming_status_02_roaming_status_false
Scenario: Check the roaming state synchronously if the device is not in the roaming mode
Given a valid devicestatus request body
And the request body property "$.device" is set to a valid testing device supported by the service
And the request body property "$.device" is set to a valid testing device which is not in roaming and supported by the service
When the request "getRoamingStatus" is sent
Then the response code is 200
And the response header "Content-Type" is "application/json"
Expand Down

0 comments on commit a0b69c6

Please sign in to comment.