From b7c2dff8eba3a31cca3ca5f08f5a596aa3d08a33 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 16 Jan 2024 23:43:36 +0100 Subject: [PATCH] try --- frontend/tests/cox.spec.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/tests/cox.spec.ts b/frontend/tests/cox.spec.ts index eaa0375..11f14d2 100644 --- a/frontend/tests/cox.spec.ts +++ b/frontend/tests/cox.spec.ts @@ -24,6 +24,9 @@ test('cox can create and delete trip', async ({ page }) => { await expect(page.locator('body')).toContainText('Erfolgreich gelöscht!'); }); +// TODO: group -> cox can create trips +// TODO: cox can help/register at trips/events + test.describe('cox can edit trips', () => { let sharedPage: Page; @@ -112,4 +115,6 @@ test.describe('cox can edit trips', () => { await sharedPage.getByRole('link', { name: 'Termin löschen' }).click(); await sharedPage.close(); }); + + // TODO: 'Immer anzeigen' (also verify the functionality), 'Gesperrt' + type });