Skip to content

Commit 7f7a5bc

Browse files
fix: typo in renaming
1 parent f5cb7a3 commit 7f7a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domain/usecases/SubmitFormUseCase.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class SubmitFormUseCase {
2626
if (!this.dryRun) {
2727
await page.click('[type="submit"][data-action="save"]');
2828
}
29-
await this.browserAdapter.browserAdapter.close();
29+
await this.browserAdapter.browser.close();
3030

3131
reservation.markAsSubmitted();
3232
await this.reservationRepository.save(reservation);

0 commit comments

Comments
 (0)