]> source.dussan.org Git - vaadin-framework.git/commit
Fix TabSheetElement clicks for IE, test tweaks. (#12291)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 7 May 2021 08:32:07 +0000 (11:32 +0300)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 08:32:07 +0000 (11:32 +0300)
commit4cb4f2d602ce4ef79fb0ff03487047044f18a2f6
tree9157b364231c87c6c1930f5ffca67264273d4a7b
parent806026070ae953a266a6fff941c1967e4c96cf81
Fix TabSheetElement clicks for IE, test tweaks. (#12291)

- Backspace navigation hasn't worked in years thanks to new browser
standards, removed related tests. Left a test for regular backspace use
within a modal window.
- Enabled a modal window test for Chrome since it seems to be working
now, removed extending of another test class to avoid running the tests
twice without any configuration changes.
- Adjusted browser width limitation.
- Added screenshots.
testbench-api/src/main/java/com/vaadin/testbench/elements/TabSheetElement.java
uitest/reference-screenshots/firefox/GridLayoutRegErrorTest-LayoutRegError_ANY_Firefox__RegError-Scrolled.png [new file with mode: 0644]
uitest/reference-screenshots/firefox/VLayoutRegErrorTest-LayoutRegError_ANY_Firefox__RegError-Scrolled.png [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/tabsheet/ScrolledTabSheetResizeTest.java
uitest/src/test/java/com/vaadin/tests/components/window/BackspaceKeyWithModalOpenedTest.java
uitest/src/test/java/com/vaadin/tests/components/window/ModalWindowRefocusTest.java