标签: cypress
当我尝试使用.type()在输入中键入文本时出现错误
visit()和click()方法工作正常。
我的应用程序是用Vaadin编写的。
代码:
describe('Intern test', () => { it('Create rfp', () => { cy.get('tbody').find('.v-textfield-v-textfield-login').type('randomuser')