mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-15 11:46:57 -06:00
chore: fix incorrect type from merge
This commit is contained in:
@@ -22,6 +22,6 @@ export function attachedFileWithPath (subject: HTMLInputElement, path: string) {
|
||||
Cypress.Commands.add(
|
||||
'attachFileWithPath',
|
||||
{ prevSubject: true },
|
||||
// @ts-ignore - fixed by https://github.com/cypress-io/cypress/pull/19003
|
||||
attachedFileWithPath,
|
||||
// TODO: Figure out why https://github.com/cypress-io/cypress/pull/19003 isn't fixing this?
|
||||
attachedFileWithPath as any,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user