File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed 
java/test/org/openqa/selenium/federatedcredentialmanagement Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 55-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest
66-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-edge
77-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-remote
8+ -//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest
89-//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest
910-//java/test/org/openqa/selenium/grid/gridui:OverallGridTest
1011-//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
Original file line number Diff line number Diff line change 3939import  org .openqa .selenium .environment .InProcessTestEnvironment ;
4040import  org .openqa .selenium .environment .webserver .AppServer ;
4141import  org .openqa .selenium .support .ui .WebDriverWait ;
42- import  org .openqa .selenium .testing .Ignore ;
4342
4443class  FederatedCredentialManagementTest  {
4544
@@ -88,7 +87,6 @@ private void waitForDialog() {
8887  }
8988
9089  @ Test 
91-   @ Ignore (value  = CHROME , reason  = "https://issues.chromium.org/u/0/issues/425801332" )
9290  void  testDismissDialog () {
9391    fedcmDriver .setDelayEnabled (false );
9492    assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
@@ -112,7 +110,6 @@ void testDismissDialog() {
112110  }
113111
114112  @ Test 
115-   @ Ignore (value  = CHROME , reason  = "https://issues.chromium.org/u/0/issues/425801332" )
116113  void  testSelectAccount () {
117114    assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
118115
@@ -133,7 +130,6 @@ void testSelectAccount() {
133130  }
134131
135132  @ Test 
136-   @ Ignore (value  = CHROME , reason  = "https://issues.chromium.org/u/0/issues/425801332" )
137133  void  testGetAccounts () {
138134    assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
139135
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments