diff --git a/cypress/helpers/file/upload-file.ts b/cypress/helpers/file/upload-file.ts index 8c295be39bd..65f065571fd 100644 --- a/cypress/helpers/file/upload-file.ts +++ b/cypress/helpers/file/upload-file.ts @@ -17,7 +17,7 @@ export function uploadFile(testId: string) { export function attachFile({ filePath, selector, - selectorToAwaitOnSuccess = '[data-testid^="upload-file-success"]', + selectorToAwaitOnSuccess, }: { selector: string; filePath: string;