mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
Small clean-up (#1815)
* chore: remove old comment * chore: smal lclean up of a e2e test * chore: bump to beta.6 * chore: cleanup imports * fix integration values com in ms * allow linkStart and timeStrategy from API * remove local mac dist
This commit is contained in:
committed by
GitHub
parent
4a27973de1
commit
da7c0d4ff2
@@ -62,9 +62,4 @@ test('smoke test operator', async ({ page }) => {
|
||||
await expect(page.getByTestId('--1')).toHaveCSS('opacity', '1'); // BUG: ensure event doesn't inherit the past state of the group
|
||||
await expect(page.getByText('title 2')).toBeInViewport();
|
||||
await expect(page.getByText('title 3')).toBeInViewport();
|
||||
|
||||
// TODO: this part seems particularly flaky, to revise
|
||||
// await expect(page.getByText('00:01 - 00:02')).toBeInViewport();
|
||||
// await expect(page.getByText('00:02 - 00:03')).toBeInViewport();
|
||||
// await expect(page.getByText('00:03 - 00:04')).toBeInViewport();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user