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 7cf73ea commit 179afb9Copy full SHA for 179afb9
features/ses/ses.feature
@@ -13,9 +13,8 @@ Feature: SES
13
When I ask to verify the email address "[email protected]"
14
Then the status code should be 200
15
16
- # Uncomment when P55107118 is resolved
17
- # Scenario: Rescue SES InvalidParameterValue
18
- # When I ask to verify the email address "abc123"
19
- # Then I should get the error:
20
- # | name | message |
21
- # | InvalidParameterValue | Invalid email address<abc123>. |
+ Scenario: Rescue SES InvalidParameterValue
+ When I ask to verify the email address "abc123"
+ Then I should get the error:
+ | name | message |
+ | InvalidParameterValue | Invalid email address<abc123>. |
0 commit comments