We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed4bf7 commit 27a926fCopy full SHA for 27a926f
1 file changed
features/multiple_wildcard_patterns.feature
@@ -2,6 +2,6 @@ Feature: Multiple wildcard patterns for ignoring reports
2
3
Scenario: Multiple wildcard patterns in plain Java app
4
When I run "MultipleWildcardPatternsScenario" with the defaults
5
- Then I should receive 1 error
+ And I wait to receive an error
6
And the exception "errorClass" equals "java.lang.RuntimeException"
7
And the exception "message" equals "Should be sent"
0 commit comments