Skip to content

Commit

Permalink
Fix more e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Apr 14, 2022
1 parent cf77878 commit 029b1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/support/objects/app-files/page/public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Public {

async upload({ resources }: { resources: File[] }): Promise<void> {
await this.#page
.locator('//input[@id="file_upload_start" or @class="dz-hidden-input"]')
.locator('//input[@id="fileUploadInput"]')
.setInputFiles(resources.map((file) => file.path))
}
}

0 comments on commit 029b1e6

Please sign in to comment.