?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/smoke/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features

?? Viewing: route53domains.feature

# language: en
@smoke @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"


??

??