Skip to content

Commit ea91f81

Browse files
twometresteveSteve Kirkland
andauthored
Remove skips for browser versions no longer tested against (#2628)
Co-authored-by: Steve Kirkland <steve.kirkland@smartbear.com>
1 parent 9a71939 commit ea91f81

11 files changed

Lines changed: 7 additions & 18 deletions

test/browser/features/cause.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@skip_ie_8 @skip_ie_9 @skip_ie_10 @skip_ie_11 @skip_firefox_30 @skip_safari_6
1+
@skip_ie_11
22
Feature: Error.cause
33

44
@requires_error_cause

test/browser/features/delivery.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Feature: Delivery of errors
22

3-
@skip_ie_10
43
Scenario: Delivery is attempted oversized payloads
54
When I set the HTTP status code for the next "POST" request to 400
65
And I navigate to the test URL "/delivery/script/oversized.html"

test/browser/features/network_breadcrumbs.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@network_breadcrumbs @skip_ie_8 @skip_ie_9
1+
@network_breadcrumbs
22
Feature: Network breadcrumbs
33

44
Bugsnag error reports should include breadcrumbs for network requests, including those made using fetch, and xml http requests.

test/browser/features/plugin_angular.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@plugin_angular
22

33
# Skipped on older Safari versions not supported by Angular 10 - Angular renders the fixture component twice, causing duplicate events to be reported
4-
@skip_safari_10 @skip_before_ios_12
4+
@skip_safari_10
55
Feature: Angular support
66

77
@requires_promise

test/browser/features/plugin_vue.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@plugin_vue
22
Feature: Vue support
33

4-
# Skipped on IE <=10, see https://github.com/vuejs/vue/issues/12837
5-
@skip_ie_8 @skip_ie_9 @skip_ie_10
64
Scenario: basic error handler usage
75
When I navigate to the test URL "/plugin_vue/webpack4/index.html"
86
Then I wait to receive an error

test/browser/features/web_worker.feature

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# browsers that do not support web workers
2-
@skip_ie_8 @skip_ie_9
3-
4-
# browsers that currently throw errors in our test fixtures
5-
@skip_ie_10 @skip_ie_11 @skip_chrome_43 @skip_edge_17 @skip_safari_10 @skip_before_ios_12
1+
# browsers that currently throw errors in our test fixtures
2+
@skip_ie_11 @skip_chrome_43 @skip_edge_17 @skip_safari_10
63

74
Feature: worker notifier
85

@@ -17,7 +14,7 @@ Feature: worker notifier
1714
Scenario: config.autoDetectErrors defaults to false
1815
Given I navigate to the test URL "/web_worker/worker_auto_detect_errors/default"
1916
Then I should receive no errors
20-
17+
2118
Scenario: setting config.autoDetectErrors option to true
2219
Given I navigate to the test URL "/web_worker/worker_auto_detect_errors/enabled"
2320
And I wait to receive an error
@@ -48,7 +45,7 @@ Feature: worker notifier
4845
Then the session is a valid browser payload for the session tracking API
4946

5047
# Not supported on Safari https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Integrity-Policy#browser_compatibility
51-
@skip_safari_16 @skip_ios_12
48+
@skip_safari_16
5249
Scenario: Integrity headers are set when setPayloadChecksums is true
5350
When I navigate to the test URL "/web_worker/integrity"
5451
And I wait to receive an error

test/node/features/koa-1x.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@skip_before_node_8
21
Feature: @bugsnag/plugin-koa (koa v1.x support)
32

43
Background:

test/node/features/koa-1x_disabled.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@skip_before_node_8
21
Feature: @bugsnag/plugin-koa (koa v1.x support) autoDetectErrors=false
32

43
Background:

test/node/features/koa.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@skip_before_node_8
21
Feature: @bugsnag/plugin-koa
32

43
Background:

test/node/features/koa_disabled.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@skip_before_node_8
21
Feature: @bugsnag/plugin-koa autoDetectErrors=false
32

43
Background:

0 commit comments

Comments
 (0)