22Feature : Switching off automatic reporting
33
44Scenario : setting autoDetectErrors option to false
5- When I navigate to the test URL "/auto_detect_errors/script/a .html"
5+ When I navigate to the test URL "/auto_detect_errors/script/autodetect_false .html"
66 Then I wait to receive an error
77 And the error is a valid browser payload for the error reporting API
88 And the event "unhandled" is false
@@ -11,7 +11,7 @@ Scenario: setting autoDetectErrors option to false
1111 And the exception "type" equals "browserjs"
1212
1313Scenario : setting enabledErrorTypes.unhandledExceptions option to false
14- When I navigate to the test URL "/auto_detect_errors/script/b .html"
14+ When I navigate to the test URL "/auto_detect_errors/script/unhandled_exceptions_false .html"
1515 Then I wait to receive an error
1616 And the error is a valid browser payload for the error reporting API
1717 And the event "unhandled" is false
@@ -20,7 +20,7 @@ Scenario: setting enabledErrorTypes.unhandledExceptions option to false
2020 And the exception "type" equals "browserjs"
2121
2222Scenario : setting enabledErrorTypes.unhandledRejections option to false
23- When I navigate to the test URL "/auto_detect_errors/script/c .html"
23+ When I navigate to the test URL "/auto_detect_errors/script/unhandled_rejections_false .html"
2424 And the test should run in this browser
2525 Then I wait to receive an error
2626 And the error is a valid browser payload for the error reporting API
0 commit comments