first time posting a question here
I'm pretty new to nightwatch and trying to click a button which is a div class inside other divs i searched around for some solutions but with no luck..
HTML pic (not enough points yet to post inline)
the element is visible when i check it : .verify.visible('div.test-button')
But when try to click nothing happens : .click('div.test-button')
Any help is appreciated
** tried also to move to element and click but also didn't work:
.moveToElement('.test-button', 10, 10)
.mouseButtonClick(0)