refactor: public design review

This commit is contained in:
Carlos Valente
2025-02-15 12:59:06 +01:00
committed by Carlos Valente
parent 1edde03bb4
commit 9c41f8ff6b
20 changed files with 420 additions and 259 deletions
+2 -2
View File
@@ -84,9 +84,9 @@ test('delays are show correctly', async ({ page }) => {
// delay is NOT shown in the public view
await page.goto('http://localhost:4001/public');
await page.getByText('00:1000:20').click();
await page.getByText('00:1000:20').click();
// delay is shown in the backstage view
await page.goto('http://localhost:4001/backstage');
await page.getByText('00:1100:21').click();
await page.getByText('00:1100:21').click();
});