Skip to content

Commit fdfefba

Browse files
committed
test: adjust submit button test
1 parent 9acbe04 commit fdfefba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ test.describe('start session', () => {
3939
const sessionDate = startSessionPage.sessionForm.locator('[name="sessionDate"]');
4040
await expect(sessionDate).toHaveValue('2026-01-01');
4141

42-
// const submitButton = startSessionPage.sessionForm.getByLabel("Submit")
42+
const submitButton = startSessionPage.sessionForm.getByLabel('Submit');
4343

44-
// await submitButton.waitFor({state: "visible"})
44+
await submitButton.waitFor({ state: 'visible' });
4545

4646
// await submitButton.click()
4747

0 commit comments

Comments
 (0)