style: cuesheet block (#355)

* style: cuesheet show block title

* style: cuesheet show full delay string
This commit is contained in:
Carlos Valente
2023-04-23 10:18:19 +02:00
committed by GitHub
parent db9cb61164
commit 8f834fed35
5 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ test('test', async ({ page }) => {
await page.getByTestId('delay-input').click();
await page
.locator('div')
.filter({ hasText: /^SED\+10minNew start: 10:10:00$/ })
.filter({ hasText: /^SED\+10 minNew start: 10:10:00$/ })
.getByPlaceholder('Start')
.click();
await page.getByText('+10minNew start: 10:10:00').click();
await page.getByText('+10 minNew start: 10:10:00').click();
await page.getByText('Second test event').click();
await page.getByText('Lunch').click();
await page.getByText('Third test event').click();