Skip to content

Commit

Permalink
skip below ios_13
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Nov 29, 2024
1 parent ef56cc0 commit 8b2db55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/browser/features/plugin_angular.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@plugin_angular

# Skipped on older Safari versions not supported by Angular 10 - Angular renders the fixture component twice, causing duplicate events to be reported
@skip_safari_10 @skip_below_ios_12
@skip_safari_10 @skip_below_ios_13
Feature: Angular support

Scenario: basic error handler usage
Expand Down
4 changes: 0 additions & 4 deletions test/browser/features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ def get_error_message id
skip_this_scenario unless Maze.driver.local_storage?
end

Before('@skip_below_ios_12') do |_scenario|
skip_below('ios', 12)
end

ERRORS = YAML::load_file('features/fixtures/browser_errors.yml')

ERRORS.keys.each do |browser|
Expand Down
2 changes: 1 addition & 1 deletion test/browser/features/web_worker.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@skip_ie_8 @skip_ie_9

# browsers that currently throw errors in our test fixtures
@skip_ie_10 @skip_ie_11 @skip_chrome_43 @skip_edge_17 @skip_safari_10 @skip_below_ios_12
@skip_ie_10 @skip_ie_11 @skip_chrome_43 @skip_edge_17 @skip_safari_10 @skip_below_ios_13

Feature: worker notifier

Expand Down

0 comments on commit 8b2db55

Please sign in to comment.