Skip to content

Commit c6a8867

Browse files
author
Eduard Brehm
committed
Fix bug when expanding user card
1 parent ba6790d commit c6a8867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/agile-ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function expand() {
3030
let id = parts.find(part => {
3131
return part.includes('!@!')
3232
})
33-
cy.get('#' + id.replace('!@!', '-')).find('button').click()
33+
cy.get('#' + id.replace('!@!', '-')).click()
3434
})
3535
}
3636

0 commit comments

Comments
 (0)