We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5302c5f commit 8efb00dCopy full SHA for 8efb00d
web/rest/brand/features/provider/terminal/getTerminalStatus.feature
@@ -53,3 +53,13 @@ Feature: Retrieve terminals status
53
}
54
]
55
"""
56
+
57
+ @createSchema
58
+ Scenario: Retrieve the terminals status json list without pagination
59
+ Given I add Brand Authorization header
60
+ When I add "Accept" header equal to "application/json"
61
+ And I send a "GET" request to "terminals/status?_pagination=false"
62
+ Then the response status code should be 200
63
+ And the header "Content-Type" should be equal to "application/json; charset=utf-8"
64
+ And the response should contain "127.0.0.1"
65
+ And the response should contain "alice"
0 commit comments