File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -110,21 +110,6 @@ <h1>Non-auto-animate slide</h1>
110
110
Reveal . configure ( { autoAnimate : true } ) ;
111
111
} ) ;
112
112
113
- QUnit . test ( 'Carries forward matching fragment visibility' , assert => {
114
- Reveal . slide ( 4 ) ;
115
- assert . ok ( ! slides [ 5 ] . h1 . classList . contains ( 'visible' ) )
116
- Reveal . next ( ) ;
117
- Reveal . next ( ) ;
118
- Reveal . next ( ) ;
119
- assert . ok ( slides [ 5 ] . h1 . classList . contains ( 'visible' ) )
120
- assert . ok ( slides [ 5 ] . h2 . classList . contains ( 'visible' ) )
121
- assert . ok ( ! slides [ 5 ] . h3 . classList . contains ( 'visible' ) )
122
- Reveal . next ( ) ;
123
- assert . ok ( slides [ 5 ] . h3 . classList . contains ( 'visible' ) )
124
- Reveal . next ( ) ;
125
- assert . ok ( slides [ 6 ] . slide === Reveal . getCurrentSlide ( ) )
126
- } ) ;
127
-
128
113
QUnit . test ( 'Slide specific data-auto-animate-duration' , assert => {
129
114
assert . timeout ( 400 ) ;
130
115
assert . expect ( 1 ) ;
You can’t perform that action at this time.
0 commit comments