【发布时间】:2021-07-20 14:53:30
【问题描述】:
我基本上想运行下面的函数,但它给了我一个错误。如果可以的话,请帮帮我。谢谢
cy.get('[data-auction-type-text=Regular]').should('be.visible')
.each(($el,index) => {
if(index==0){
$el.then.click()
}
【问题讨论】:
标签: cypress