2424import java .util .concurrent .ExecutionException ;
2525import java .util .concurrent .TimeUnit ;
2626import java .util .concurrent .TimeoutException ;
27- import org .junit .Ignore ;
2827import org .junit .jupiter .api .AfterEach ;
2928import org .junit .jupiter .api .BeforeEach ;
29+ import org .junit .jupiter .api .Disabled ;
3030import org .junit .jupiter .api .Test ;
3131import org .openqa .selenium .By ;
3232import org .openqa .selenium .WindowType ;
@@ -125,7 +125,7 @@ void canListenToBrowsingContextLoadedEvent()
125125 }
126126
127127 @ Test
128- @ Ignore
128+ @ Disabled
129129 void canListenToNavigationStartedEvent ()
130130 throws ExecutionException , InterruptedException , TimeoutException {
131131 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -142,7 +142,7 @@ void canListenToNavigationStartedEvent()
142142 }
143143
144144 @ Test
145- @ Ignore
145+ @ Disabled
146146 void canListenToFragmentNavigatedEvent ()
147147 throws ExecutionException , InterruptedException , TimeoutException {
148148 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -163,7 +163,7 @@ void canListenToFragmentNavigatedEvent()
163163 }
164164
165165 @ Test
166- @ Ignore
166+ @ Disabled
167167 void canListenToUserPromptOpenedEvent ()
168168 throws ExecutionException , InterruptedException , TimeoutException {
169169 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
@@ -183,7 +183,7 @@ void canListenToUserPromptOpenedEvent()
183183 }
184184
185185 @ Test
186- @ Ignore
186+ @ Disabled
187187 void canListenToUserPromptClosedEvent ()
188188 throws ExecutionException , InterruptedException , TimeoutException {
189189 try (BrowsingContextInspector inspector = new BrowsingContextInspector (driver )) {
0 commit comments