testbench icon indicating copy to clipboard operation
testbench copied to clipboard

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.

Results 102 testbench issues
Sort by recently updated
recently updated
newest added

While you typically do not need to do global searches e.g. find all buttons by `id=ok` regardless of in which shadow root they reside, it should still be possible. This...

enhancement

When trying to hide or unhide multiple columns an error occurs. *Expected:* After the column visibility is changed the sidebar menu on the grid should be closed again. *Actual:* The...

bug

Calling close() on NotificationElement results in NoSuchMethodError for org.openqa.selenium.support.ui.WebDriverWait.until(... testError(NotificationIT) Time elapsed: 11.739 sec

An enhancement suggested, an annotation of `@NotYetImplemented`, which actually runs and the test is green if the conditions fail, but the test is red if the conditions pass. This is...

Please provide a build in way to skip certain tests on certain browsers. This is a often needed feature, but currently you need to implement this yourself somehow e.g. with...

enhancement

## Fail I have a simple test case using EdgeDriver and clicking fails with error message org.openqa.selenium.WebDriverException: Element is obscured (WARNING: The server did not provide any stacktrace information) ##...

While working with a customer, we've found that the element.click() is very unreliable (probably not working at all) on EdgeDriver. If you use the alternate clicking method click(x, y) things...

Taking a screenshot of an element in 4k monitor in Windows 10. Takes only partial (maybe one fourth) of the screenshot. I had windows 150% scaling on for items/text/apps in...

If you set the value of a TextField to "foo" and then back to "" using ``` TextFieldElement e = $(TextFieldElement.class).first(); e.setValue("foo"); e.setValue(""); ``` there won't be any value change...

Using node configuration full example json file from https://vaadin.com/docs/-/part/testbench/environment/testbench-grid.html fails `Exception in thread "main" org.openqa.grid.common.exception.GridConfigurationException: Error with the JSON of the config : Deprecated -nodeConfig file encountered. Please update the...