Skip to content

Commit

Permalink
test: ✅ remove skip for inline script tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Aug 1, 2023
1 parent 98528b1 commit 8efa0aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/browser/features/inline_script.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Feature: Inline script detection

@skip_safari_16 # PLAT-10694 document.currentScript is null on versions greater than 16.3
Scenario: loading Bugsnag before scripts have run
When I navigate to the test URL "/inline_script/script/a.html"
Then I wait to receive an error
Expand All @@ -21,7 +20,6 @@ Feature: Inline script detection
And event 0 is handled
And the event "metaData.script" is null

@skip_safari_16 # PLAT-10694 document.currentScript is null on versions greater than 16.3
Scenario: inline script detected after location change
When I navigate to the test URL "/navigation/script/a.html"
And the test should run in this browser
Expand Down

0 comments on commit 8efa0aa

Please sign in to comment.