We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cb7a3 commit 7f7a5bcCopy full SHA for 7f7a5bc
src/domain/usecases/SubmitFormUseCase.js
@@ -26,7 +26,7 @@ export class SubmitFormUseCase {
26
if (!this.dryRun) {
27
await page.click('[type="submit"][data-action="save"]');
28
}
29
- await this.browserAdapter.browserAdapter.close();
+ await this.browserAdapter.browser.close();
30
31
reservation.markAsSubmitted();
32
await this.reservationRepository.save(reservation);
0 commit comments