Skip to content

Commit 9acbe04

Browse files
committed
comment out current submit button code
1 parent da2ec7f commit 9acbe04

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

testing/e2e/src/2.3-start-session.spec.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,14 @@ test.describe('start session', () => {
3838

3939
const sessionDate = startSessionPage.sessionForm.locator('[name="sessionDate"]');
4040
await expect(sessionDate).toHaveValue('2026-01-01');
41+
42+
// const submitButton = startSessionPage.sessionForm.getByLabel("Submit")
43+
44+
// await submitButton.waitFor({state: "visible"})
45+
46+
// await submitButton.click()
47+
48+
// const submitCard = startSessionPage.sessionForm.getByTestId('card')
49+
// await expect(submitCard).toBeVisible()
4150
});
4251
});

0 commit comments

Comments
 (0)