Skip to content

Commit 16bfcff

Browse files
author
Steve Kirkland
committed
Rename auto_detect_failures fixture files
1 parent c3e0366 commit 16bfcff

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/browser/features/auto_detect_errors.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Feature: Switching off automatic reporting
33

44
Scenario: 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

1313
Scenario: 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

2222
Scenario: 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

test/browser/features/fixtures/auto_detect_errors/script/a.html renamed to test/browser/features/fixtures/auto_detect_errors/script/autodetect_false.html

File renamed without changes.

test/browser/features/fixtures/auto_detect_errors/script/b.html renamed to test/browser/features/fixtures/auto_detect_errors/script/unhandled_exceptions_false.html

File renamed without changes.

test/browser/features/fixtures/auto_detect_errors/script/c.html renamed to test/browser/features/fixtures/auto_detect_errors/script/unhandled_rejections_false.html

File renamed without changes.

0 commit comments

Comments
 (0)