Skip to content

Commit

Permalink
Revert javascript click of Import button.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvacalares committed Aug 22, 2024
1 parent 7588776 commit 95ed471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/step_definitions/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,7 @@ async function uploadGenotypeSamplesFile(args1){
}

async function selectsImportButton() {
await client.execute('document.getElementById("fileselectmessagebox-import-button").click();');
// await page.click("#fileselectmessagebox-import-button");
await page.click("#fileselectmessagebox-import-button");
await page.pause(3000);
}

Expand Down

0 comments on commit 95ed471

Please sign in to comment.