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

fix: Disable Chrome's search engine selection dialogue in LocalDriver #1815

Closed Ansku closed 3 months ago

Ansku commented 3 months ago

The search engine selection dialogue doesn't affect testing, or show up in screenshots, but it makes local debugging difficult by hiding content visually.

Artur- commented 3 months ago

Why was this done and merged for 5.3 when the workflow is always to merge into main and backport when needed?

Ansku commented 2 months ago

Because different teams maintain the V8/7 branches and the Flow branches, and because this issue was blocking my attempts to test another issue in another project.