cuba-platform/masquerade

Table.selectRow() opens maxTextLength area instead of selecting row

Closed this issue · 1 comments

Environment
Masquerade version: 1.0-SNAPSHOT
Cuba version: 6.8.3

Precondition
Table has maxTextLength column.
image

Actual result
Table.selectRow(byText("Not a text of maxLength cell")) does not select the row but clicks on the maxLength cell and opens the area with the full text.

Expected result
The row selected.

Everything works ok with the latest version