aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/fonticon/VaadinIconSetTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Updating chrome version to 69 in tests (#11182)Mehdi Javan2018-09-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-0/+51
* Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219