aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/reference-screenshots
Commit message (Collapse)AuthorAgeFilesLines
* Firefox 95 (#12512)Anna Koskinen2022-01-184-0/+0
|
* chore: test with Chrome 96 (#12497)Zhe Sun2021-12-21126-0/+0
| | | Co-authored-by: Anna Koskinen <anna@vaadin.com>
* Add alternative test screenshot. (#12491)Anna Koskinen2021-11-261-0/+0
|
* Firefox 93.0 test screenshots, batch 3 + browser version test update (#12486)Anna Koskinen2021-11-2388-0/+0
|
* Firefox 93.0 test screenshots, batch 2 (#12485)Anna Koskinen2021-11-23115-0/+0
|
* Firefox 93.0 test screenshots, batch 1 (#12484)Anna Koskinen2021-11-22208-0/+0
|
* Update a few alternative screenshots for Chrome 95 (#12474)Anna Koskinen2021-11-082-0/+0
|
* TableSortIndicatorTest fix (#12469)Anna Koskinen2021-11-032-0/+0
| | | | Stabilize the tests by ensuring that the loading indicator is no longer present when the screenshot comparison is done.
* Update screenshot for Chrome 95 (#12467)Zhe Sun2021-11-03127-0/+0
|
* fix: Do not allow border to grow row height (#12449)Tatu Lund2021-10-201-0/+0
|
* Chrome 94 (#12435)Anna Koskinen2021-10-15280-0/+0
|
* Revert screenshot update. (#12425)Anna Koskinen2021-10-121-0/+0
|
* deprecate vaadin-snasphots repo (#12405)Zhe Sun2021-09-21388-0/+0
| | | | | | | * deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots
* Updated screenshots (#12370)Anna Koskinen2021-08-169-0/+0
|
* Reworked and cleaned up client-side TabSheet and Accordion. (#12357)Anna Koskinen2021-08-132-0/+0
| | | | | | | | | | | | | | - Added and corrected JavaDocs. - Deprecated unused public methods. - Fixed first tab style logic in TabSheet. - Fixed navigation focus logic in TabSheet. - Fixed tab width bookkeeping for scrolling TabSheet tabs. - Renamed private methods and variables for clarity. - Removed unnecessary or duplicated private methods. - Reworked some logic to clarify it and to better match my understanding of what's supposed to happen within those methods. - Updated some deprecated method calls to use currently recommended solutions. - Added and updated regression tests.
* Chrome updated to version 92 (#12358)Anna Koskinen2021-08-06129-0/+0
|
* Chrome 91 test fixes (#12323)Anna Koskinen2021-06-1417-0/+0
|
* Fix TabSheetElement clicks for IE, test tweaks. (#12291)Anna Koskinen2021-05-072-0/+0
| | | | | | | | | | - 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.
* Test screenshots for Firefox (#12288)Anna Koskinen2021-05-045-0/+0
| | | | * Test screenshots for Firefox
* Test tweaks (#12287)Anna Koskinen2021-05-046-0/+0
|
* Updated browser versions and screenshots, test tweaks for stability. (#12271)Anna Koskinen2021-04-2784-0/+0
|
* Updated IE screenshots, added some test delays for stability (#12266)Anna Koskinen2021-04-1574-0/+0
|
* Updated Firefox screenshots (#12265)Anna Koskinen2021-04-14162-0/+0
|
* Include compatibility tests in validation builds (#12250)Anna Koskinen2021-03-2657-0/+0
|
* Rename comparison screenshot (#12247)Anna Koskinen2021-03-191-0/+0
|
* Test fixes (#12244)Anna Koskinen2021-03-182-0/+0
|
* Test tweaks (#12169)Anna Koskinen2020-12-071-0/+0
| | | | | | | | * Test tweaks - Divided HeaderFooterClickLeftRightMiddleTest tests to separate methods based on click type - Updated screenshot
* Ensure Composite's contents gets re-measured on resize. (#12154)Anna Koskinen2020-12-012-0/+0
| | | Fixes: #12153
* Test updates (#12147)Anna Koskinen2020-11-23317-0/+0
| | | | | | | * Test updates - updated screenshots for Firefox, IE, and Chrome - updated Firefox and Chrome version numbers
* Take border into account in Grid editor position when it opens upwards. (#12118)Anna Koskinen2020-10-132-0/+0
|
* Chrome update to version 86 (#12117)Anna Koskinen2020-10-122-0/+0
|
* Test fixes & split failsafe integration test runs into smaller batches (#12103)Anna Koskinen2020-10-0112-0/+0
|
* Update Chrome version check to 85 (#12090)Anna Koskinen2020-09-027-0/+0
|
* Add 1px buffer to Escalator column natural widths. (#12075)Anna Koskinen2020-08-173-0/+0
| | | | | | | | | | | | * Add 1px buffer to Escalator column natural widths. The purpose of the buffer is to avoid subpixel handling issues, especially when zoomed in or out. In case fractions need to be adjusted for browser compatibility, round up to ensure the contents have the space they need. Fixes #12048
* Update chrome version to 83 (#12024)Zhe Sun2020-05-2662-0/+0
| | | | | | * Update chrome version to 83 * Update screenshots
* Fix incorrect position of column selector in MPR (#11953)Tatu Lund2020-04-211-0/+0
| | | | Cherry pick from https://github.com/vaadin/framework/pull/11946
* Prevent upload if no file is selected. (#11939)Anna Koskinen2020-04-0313-0/+0
| | | Fixes #10419
* Updated LayoutTester screenshots for IE and FF. (#11930)Anna Koskinen2020-03-27164-0/+0
| | | | * Updated LayoutTester screenshots for IE and FF.
* Tweaked layouttester tests to be more informative. (#11800) (#11813)Anna Koskinen2020-03-2398-0/+0
|
* Convert DateTimeFieldReadOnlyTest to not rely on screenshots. (#11870)Anna Koskinen2020-01-1312-0/+0
|
* Convert DateFieldReadOnlyTest to not rely on screenshots. (#11867)Anna Koskinen2020-01-1012-0/+0
|
* Test tweaks (#11841)Anna Koskinen2019-12-066-0/+0
| | | | | | | | | | | | | | | | - Use BrowserStack workaround for proper sendKeys functionality on IE11. - TreeGridBigDetailsManagerTest: allow two pixel discrepancy in expected scroll position to accommodate IE. - TreeWideContent: switched from raw type to type inference. - ValoColorPickerInputFormatsTest: switched equals comparison to correct way around. - ResponsiveLayoutUpdateTest: updated screenshots for IE - ColumnCollapsingAndColumnExpansionTest: updated screenshots for IE - ClosingWindowWithBrowserFrameShouldntGenerate404Test: test is incompatible with IE driver, excluded from tested browsers. In manual testing IE doesn't get 404 in the logs with or without the fix associated with this test but there are other client-side exceptions related to focus handling in either case. However, those are out of scope for this particular fix and should be investigated separately.
* Update Chrome version to 77 (#11727)Zhe Sun2019-09-2412-0/+0
| | | | | | | | * Update Chrome version to 77 * update screenshots * update screenshots
* Update Chrome version, snapshots and fix tests (#11684)Zhe Sun2019-08-05188-0/+0
|
* Update screenshot (#11669)Zhe Sun2019-07-301-0/+0
|
* Fixes unstable/muted tests (#11640)8.9.0.alpha1Zhe Sun2019-06-281-0/+0
|
* Update Chrome version in Test (#11613)Zhe Sun2019-06-1211-0/+0
| | | | | | | | 1) recalculate the offset, as ChromeDriver starts to follow the standard; 2) update screenshots; 3) correct the `click()` call with using coordinates, related to 1) 4) `sendkey()` with using key.modifier adjustment 5) add sleep 6) workaround for mastery failures
* Recalculate the column widths before the first row is added (#11609)Zhe Sun2019-06-061-0/+0
| | | | | | | * Recalculate the column widths before the first row is added Fixes #11607
* Replace the screenshot usage in framework test (#11547)Sun Zhe2019-04-2921-0/+0
| | | | | | | | | - Replace the GridDisabledTest screenshot usage - Replace the screenshot tests in BasicCrudGridEditorRowTest - Replace the screenshot tests in ComboboxVaadinIcons - Replace the screenshot tests in ValoThemeUITest::accordions - Added screenshotcomparetolerance to some screenshot test to make tests stable
* Update screenshots after chrome updates (#11536)Sun Zhe2019-04-08107-0/+0
| | | | | | * Update screenshots after chrome updates * Update screenshots after chrome updates