无法读取未定义的属性'indexOf'-Java应用程序中的赛普拉斯测试

时间:2020-07-28 15:19:11

标签: cypress

当我尝试使用.type()在输入中键入文本时出现错误

visit()和click()方法工作正常。

我的应用程序是用Vaadin编写的。 cypress error

代码:

  describe('Intern test', () => {
    it('Create rfp', () => {

      cy.get('tbody').find('.v-textfield-v-textfield-login').type('randomuser')

enter image description here

0 个答案:

没有答案