Skip to content

Commit c8e3772

Browse files
fix
1 parent 0003dae commit c8e3772

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/WaitForHelper.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@ export class WaitForHelper {
136136
void dialog.accept();
137137
}
138138
};
139-
// @ts-expect-error The Dialog type from CdpPage and Page are incompatible due to private properties.
140139
this.#page.on('dialog', dialogHandler);
141140
this.#abortController.signal.addEventListener('abort', () => {
142-
// @ts-expect-error The Dialog type from CdpPage and Page are incompatible due to private properties.
143141
this.#page.off('dialog', dialogHandler);
144142
});
145143
}

0 commit comments

Comments
 (0)