vaadin / vaadin-grid

vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
401 stars 155 forks source link

refactor: move grid initialization to beforeEach #2214

Closed sissbruecker closed 2 years ago

sissbruecker commented 2 years ago

Moves the test setup to beforeEach, in order to avoid possible side effects when modifying or moving the grid in individual test cases.