Skip to content

Commit dd53d96

Browse files
committed
add note re: shadow dom
1 parent f550346 commit dd53d96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/driver/cypress/e2e/dom/visibility_shadow_dom.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const { $ } = Cypress
55
describe('src/cypress/dom/visibility - shadow dom', () => {
66
let add: (el: string, shadowEl: string, rootIdentifier: string) => JQuery<HTMLElement>
77

8-
const modes = ['fast', 'legacy']
8+
// #TODO: support shadow dom in fast visibility algorithm
9+
const modes = ['legacy']
910

1011
for (const mode of modes) {
1112
describe(`${mode}`, {

0 commit comments

Comments
 (0)