in 5.x it was possible to use browser.click to submit a form with a "submit button".
It looks like this behavior is broken in 6.x, and now the tester has to decide, wether he would like to
click a button (browser.click) or activate a submit button (browser.pressButton).
As i would like to write blackbox test, without knowing the implementation it would be fine to be able to "click" a button with zombie.
in 5.x it was possible to use browser.click to submit a form with a "submit button".
It looks like this behavior is broken in 6.x, and now the tester has to decide, wether he would like to click a button (browser.click) or activate a submit button (browser.pressButton).
As i would like to write blackbox test, without knowing the implementation it would be fine to be able to "click" a button with zombie.