mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
refactor: update timers (#729)
* refactor: remove duplication * refactor: previous times * refactor: event patching
This commit is contained in:
@@ -25,12 +25,7 @@ test('test project file upload', async ({ page }) => {
|
||||
await page.getByPlaceholder('Start').first().click();
|
||||
await page.getByText('First test event').click();
|
||||
await page.getByTestId('delay-input').click();
|
||||
await page
|
||||
.locator('div')
|
||||
.filter({ hasText: /^SED\+10 minNew start: 10:10:00$/ })
|
||||
.getByPlaceholder('Start')
|
||||
.click();
|
||||
await page.getByText('+10 minNew start: 10:10:00').click();
|
||||
await page.getByText('New start: 10:10').click();
|
||||
await page.getByText('Second test event').click();
|
||||
await page.getByText('Lunch').click();
|
||||
await page.getByText('Third test event').click();
|
||||
|
||||
Reference in New Issue
Block a user