We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a890fd7 commit 331c55aCopy full SHA for 331c55a
features/ses/ses.feature
@@ -13,8 +13,9 @@ Feature: SES
13
When I ask to verify the email address "[email protected]"
14
Then the status code should be 200
15
16
- Scenario: Rescue SES InvalidParameterValue
17
- When I ask to verify the email address "abc123"
18
- Then I should get the error:
19
- | name | message |
20
- | InvalidParameterValue | Invalid email address<abc123>. |
+ # Uncomment when P55107118 is resolved
+ # Scenario: Rescue SES InvalidParameterValue
+ # When I ask to verify the email address "abc123"
+ # Then I should get the error:
+ # | name | message |
21
+ # | InvalidParameterValue | Invalid email address<abc123>. |
0 commit comments