From 8efa0aa30ed549105fe65d997666efee1b13c1a7 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Tue, 1 Aug 2023 15:33:48 +0100 Subject: [PATCH] test: :white_check_mark: remove skip for inline script tests --- test/browser/features/inline_script.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/browser/features/inline_script.feature b/test/browser/features/inline_script.feature index 16fcc97801..25b48dfdb1 100644 --- a/test/browser/features/inline_script.feature +++ b/test/browser/features/inline_script.feature @@ -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 @@ -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