如何停止赛普拉斯的旋转木马滑块?
How to stop carousel slider in Cypress?
当我使用 Cypress.$('.banner-carousel').carousel({interval: false,});
停止滑块时,出现 Cypress.$(...).carousel is not a function
错误。否则我怎样才能停止滑块?
我使用了 cy.clock()
它解决了我的问题,因为我的轮播是基于 setInterval()
.
当我使用 Cypress.$('.banner-carousel').carousel({interval: false,});
停止滑块时,出现 Cypress.$(...).carousel is not a function
错误。否则我怎样才能停止滑块?
我使用了 cy.clock()
它解决了我的问题,因为我的轮播是基于 setInterval()
.