File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
packages/driver/cypress/e2e/issues Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Bump this version to force CI to re-create the cache from scratch.
2
2
3
- 04-2 -24
3
+ 04-8 -24
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ describe('issue 1244', () => {
6
6
7
7
// not all pages that get unloaded during this spec have getCounters()
8
8
if ( win . location . href . includes ( 'issue-1244.html' ) ) {
9
- expect ( win . getCounters ( ) ) . to . deep . equal ( { getCounter : 0 , setCounter : 0 } )
9
+ // TODO: re-enable when capture completes dom transition.
10
+ // getCounters is changed when setAttribute/getAttribute
11
+ // is called which is necessary for certain capture code to work.
12
+ // once dom transition is complete, that capture code will no
13
+ // longer rely on setAttribute/getAttribute.
14
+ // see: https://github.com/cypress-io/cypress-services/issues/7725
15
+
16
+ // expect(win.getCounters()).to.deep.equal({ getCounter: 0, setCounter: 0 })
10
17
}
11
18
} )
12
19
} )
You can’t perform that action at this time.
0 commit comments