• Alapan Das
      Alapan Das 9

      cy.get(selector).should(‘have.length’, 6)

      let counter = 0

      cy.get(selector)
      .each(($item) => {
      //–snip–
      counter += 1
      })
      .then(() => {
      cy.get(selector).should(‘have.length’, counter)
      })

    匿名

    发表评论

    匿名网友
    :?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
    确定

    拖动滑块以完成验证