Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-07 | switch order of expect & assert | Daniel Schadt | |
While it shouldn't change the outcome of the test, it might make the test less flaky, as the expect call will wait until the page is loaded - which also indicates that the data is updated. Without this, the test depends on the backend being "fast enough" with applying the transformation. | |||
2023-03-07 | also test transformers when editing a track | Daniel Schadt | |
2023-03-04 | add tests for the new transformer | Daniel Schadt | |