We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6790d commit c6a8867Copy full SHA for c6a8867
cypress/integration/agile-ui.js
@@ -30,7 +30,7 @@ function expand() {
30
let id = parts.find(part => {
31
return part.includes('!@!')
32
})
33
- cy.get('#' + id.replace('!@!', '-')).find('button').click()
+ cy.get('#' + id.replace('!@!', '-')).click()
34
35
}
36
0 commit comments