Skip to content

Commit

Permalink
Fix downloads test
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Dec 13, 2024
1 parent 9fdd96e commit ad4b160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/downloads/downloads_manager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('downloads/downloads_manager', function desc() {
await env.loginToMattermost(firstServer);

const textbox = await firstServer.waitForSelector('#post_textbox');
const fileInput = await firstServer.waitForSelector('input[type="file"]');
const fileInput = await firstServer.waitForSelector('input#fileUploadInput');
await fileInput.setInputFiles({
name: filename,
mimeType: 'text/plain',
Expand Down

0 comments on commit ad4b160

Please sign in to comment.