File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
amp-social-share/0.1/test Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,8 @@ describes.realWin(
418
418
expect ( doc . activeElement ) . to . equal ( nextBtn ) ;
419
419
} ) ;
420
420
421
- it ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
421
+ // TODO(#40258) Fix and unskip flakey test.
422
+ it . skip ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
422
423
const ampSlideScroll = await getAmpSlideScroll ( ) ;
423
424
const impl = await ampSlideScroll . getImpl ( ) ;
424
425
const controls = impl . controls_ ;
Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ describes.realWin(
179
179
}
180
180
} ) ;
181
181
182
- it ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
182
+ // TODO(#40258) Fix and unskip flakey test.
183
+ it . skip ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
183
184
const carousel = await getCarousel ( { loop : false } ) ;
184
185
const impl = await carousel . getImpl ( ) ;
185
186
Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ describes.realWin(
211
211
} ) ;
212
212
} ) ;
213
213
214
- it ( 'should stay in modal if focus stays in modal and close if outside' , async ( ) => {
214
+ // TODO(#40258) Fix and unskip flakey test.
215
+ it . skip ( 'should stay in modal if focus stays in modal and close if outside' , async ( ) => {
215
216
const lightbox = createLightbox ( ) ;
216
217
const insideLink = createLink ( 'insideLink' ) ;
217
218
lightbox . appendChild ( insideLink ) ;
Original file line number Diff line number Diff line change @@ -383,7 +383,8 @@ describes.realWin(
383
383
} ) ;
384
384
} ) ;
385
385
386
- it ( 'uses custom CSS when element is focused' , async ( ) => {
386
+ // TODO(#40258) Fix and unskip flakey test.
387
+ it . skip ( 'uses custom CSS when element is focused' , async ( ) => {
387
388
const share = doc . createElement ( 'amp-social-share' ) ;
388
389
389
390
share . setAttribute ( 'type' , 'twitter' ) ;
You can’t perform that action at this time.
0 commit comments