python-botocore/tests/acceptance/features/smoke/route53domains/route53domains.feature
2016-02-02 17:54:52 +09:00

14 lines
426 B
Gherkin

# language: en
@route53domains
Feature: Amazon Route53 Domains
Scenario: Making a request
When I call the "ListDomains" API
Then the value at "Domains" should be a list
Scenario: Handling errors
When I attempt to call the "GetDomainDetail" API with:
| DomainName | fake-domain-name |
Then I expect the response error code to be "InvalidInput"
And I expect the response error to contain a message