Skip to content

Commit

Permalink
10001-design-debt: remove unintentional default argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Sep 5, 2024
1 parent f268df6 commit 38a4791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/helpers/file/upload-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 38a4791

Please sign in to comment.