Skip to content

Commit 3360944

Browse files
committed
fix: remove force submit
1 parent 8750b32 commit 3360944

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

testing/e2e/src/pages/start-session.page.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export class StartSessionPage extends AppPage {
7474

7575
await submitButton.waitFor({ state: 'visible' });
7676

77-
// Use force: true to bypass overlay interception
78-
await submitButton.click({ force: true });
77+
await submitButton.click();
7978
}
8079
}

0 commit comments

Comments
 (0)