File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
java/test/org/openqa/selenium/federatedcredentialmanagement Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
import org .openqa .selenium .environment .InProcessTestEnvironment ;
40
40
import org .openqa .selenium .environment .webserver .AppServer ;
41
41
import org .openqa .selenium .support .ui .WebDriverWait ;
42
+ import org .openqa .selenium .testing .Ignore ;
42
43
43
44
class FederatedCredentialManagementTest {
44
45
@@ -87,6 +88,7 @@ private void waitForDialog() {
87
88
}
88
89
89
90
@ Test
91
+ @ Ignore (value = CHROME , reason = "https://issues.chromium.org/u/0/issues/425801332" )
90
92
void testDismissDialog () {
91
93
fedcmDriver .setDelayEnabled (false );
92
94
assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
@@ -110,6 +112,7 @@ void testDismissDialog() {
110
112
}
111
113
112
114
@ Test
115
+ @ Ignore (value = CHROME , reason = "https://issues.chromium.org/u/0/issues/425801332" )
113
116
void testSelectAccount () {
114
117
assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
115
118
@@ -130,6 +133,7 @@ void testSelectAccount() {
130
133
}
131
134
132
135
@ Test
136
+ @ Ignore (value = CHROME , reason = "https://issues.chromium.org/u/0/issues/425801332" )
133
137
void testGetAccounts () {
134
138
assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
135
139
You can’t perform that action at this time.
0 commit comments