File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
javascript/selenium-webdriver/test/fedcm Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
const assert = require ( 'node:assert' )
21
21
const { Browser } = require ( 'selenium-webdriver' )
22
- const { Pages, suite } = require ( '../../lib/test' )
22
+ const { ignore , Pages, suite } = require ( '../../lib/test' )
23
23
const { By } = require ( 'selenium-webdriver/index' )
24
24
25
25
suite (
34
34
await driver . quit ( )
35
35
} )
36
36
37
- describe ( 'Federated Credential Management Test' , function ( ) {
37
+ // Failing due to - https://issues.chromium.org/u/0/issues/425801332, enable when Chrome 140 is released
38
+ ignore ( env . browsers ( Browser . CHROME , Browser . EDGE ) ) . describe ( 'Federated Credential Management Test' , function ( ) {
38
39
it ( 'credential management dialog should appear' , async function ( ) {
39
40
await driver . get ( Pages . fedcm )
40
41
You can’t perform that action at this time.
0 commit comments