vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

test: fix assertion paramters order #1692

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

The first parameter of the assertion should be the expected object, the second one the actual value. In the current code, they are inverted. This change fixes the parameters order.