@@ -47,8 +47,6 @@ public void setUp() {
4747 }
4848
4949 @ Test
50- @ NotYetImplemented (SAFARI )
51- @ NotYetImplemented (IE )
5250 void canListenToWindowBrowsingContextCreatedEvent ()
5351 throws ExecutionException , InterruptedException , TimeoutException {
5452 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -69,8 +67,6 @@ void canListenToWindowBrowsingContextCreatedEvent()
6967 }
7068
7169 @ Test
72- @ NotYetImplemented (SAFARI )
73- @ NotYetImplemented (IE )
7470 void canListenToBrowsingContextDestroyedEvent ()
7571 throws ExecutionException , InterruptedException , TimeoutException {
7672 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -92,8 +88,6 @@ void canListenToBrowsingContextDestroyedEvent()
9288 }
9389
9490 @ Test
95- @ NotYetImplemented (SAFARI )
96- @ NotYetImplemented (IE )
9791 void canListenToTabBrowsingContextCreatedEvent ()
9892 throws ExecutionException , InterruptedException , TimeoutException {
9993 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -113,8 +107,6 @@ void canListenToTabBrowsingContextCreatedEvent()
113107 }
114108
115109 @ Test
116- @ NotYetImplemented (SAFARI )
117- @ NotYetImplemented (IE )
118110 void canListenToDomContentLoadedEvent ()
119111 throws ExecutionException , InterruptedException , TimeoutException {
120112 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -131,8 +123,6 @@ void canListenToDomContentLoadedEvent()
131123 }
132124
133125 @ Test
134- @ NotYetImplemented (SAFARI )
135- @ NotYetImplemented (IE )
136126 void canListenToBrowsingContextLoadedEvent ()
137127 throws ExecutionException , InterruptedException , TimeoutException {
138128 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -149,8 +139,6 @@ void canListenToBrowsingContextLoadedEvent()
149139 }
150140
151141 @ Test
152- @ NotYetImplemented (SAFARI )
153- @ NotYetImplemented (IE )
154142 @ NotYetImplemented (CHROME )
155143 @ NotYetImplemented (EDGE )
156144 void canListenToNavigationStartedEvent ()
@@ -169,8 +157,6 @@ void canListenToNavigationStartedEvent()
169157 }
170158
171159 @ Test
172- @ NotYetImplemented (SAFARI )
173- @ NotYetImplemented (IE )
174160 void canListenToFragmentNavigatedEvent ()
175161 throws ExecutionException , InterruptedException , TimeoutException {
176162 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -191,8 +177,6 @@ void canListenToFragmentNavigatedEvent()
191177 }
192178
193179 @ Test
194- @ NotYetImplemented (SAFARI )
195- @ NotYetImplemented (IE )
196180 void canListenToUserPromptOpenedEvent ()
197181 throws ExecutionException , InterruptedException , TimeoutException {
198182 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -212,8 +196,6 @@ void canListenToUserPromptOpenedEvent()
212196 }
213197
214198 @ Test
215- @ NotYetImplemented (SAFARI )
216- @ NotYetImplemented (IE )
217199 // TODO: This test is flaky for comparing the browsing context id for Chrome and Edge. Fix flaky
218200 // test.
219201 void canListenToUserPromptClosedEvent ()
0 commit comments