运行cypress测试时,我收到一条错误消息,其中说明以下内容:
The following error originated from your application code, not from Cypress.
电动汽车。元素不是函数
这发生在一行代码上,只需单击一个元素
cy.get('#report_submit').click()
运行cypress测试时,我收到一条错误消息,其中说明以下内容:
The following error originated from your application code, not from Cypress.
电动汽车。元素不是函数
这发生在一行代码上,只需单击一个元素
cy.get('#report_submit').click()