mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
chore: tooling (#2040)
* chore: only run release action if we have a tag * chore: typescript 6 is out of beta * chore: update flaky test * chore: update pnpm * chore: update playwright and node types * chore: migrate tsup to tsdown * chore: update node to node 22.22.2(LTS) * chore: fix lockfile --------- Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
This commit is contained in:
committed by
GitHub
parent
3a0df0b491
commit
c7d8b137ca
@@ -183,7 +183,7 @@ test.describe('Sharing from cuesheet', () => {
|
||||
await expect(page.getByTestId('cuesheet-event').locator('input')).toBeHidden();
|
||||
|
||||
// other elements are still there
|
||||
await expect(page.getByRole('cell', { name: 'Duration' })).toBeVisible();
|
||||
await expect(page.getByTestId('cuesheet-cell-duration')).toBeVisible();
|
||||
});
|
||||
|
||||
test('Sharing a link with scoped read-write permissions', async ({ page }, testInfo) => {
|
||||
|
||||
Reference in New Issue
Block a user