InmaMS

Results 2 issues of InmaMS

When there is an element selected by default in the combobox, and the selectByText is used, this previous element is not clear. The text for the new element is written...

Hi, I´m using testbench 5.1.1 to test a Vaadin application. I create this method to select data from a combobox. ``` public static void selectComboboxElement(ComboBoxElement comboBoxElement, String comboboxText) { comboBoxElement.selectByText(comboboxText);...