还未发布过话题
  • Cypress - 疑难杂症 at 2019年11月25日

    已经解决掉了,谢谢,现在又碰到一个新问题,正在慢慢研究中

  • Cypress - 疑难杂症 at 2019年11月22日

    vue 组件化的下拉框选项点击不到,一直报
    CypressError: Timed out retrying: cy.click() failed because this element is not visible:

  • This element '

    ' is not visible because its parent '' has CSS property: 'display: none'

    Fix this problem, or use {force: true} to disable error checking.

    https://on.cypress.io/element-cannot-be-interacted-with

    代码实现是这样的:
    cy.get('.ivu-form-item-label').contains('关联方标识').next().click()
    cy.contains('ul li', '是').click()

    加了 force:true 后,不报错,但是点击不生效