Skip to content

Commit

Permalink
Merge pull request #677 from WHOIGit/automated_tests
Browse files Browse the repository at this point in the history
Remove print logging statement
  • Loading branch information
ethanandrews authored Nov 5, 2024
2 parents 5f501d9 + 9e92f39 commit aab3b1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/UploadCsv.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ var filename, filename_ext;
await new Promise(r => setTimeout(r, 2000));

bodyText = await driver.findElement(By.css('body')).getText();
console.log(bodyText);
if (bodyText.includes("CP04OSSM-MFD35")) {
console.log("Vocab.csv bulk upload successful - reference designator found.");
}
Expand Down

0 comments on commit aab3b1d

Please sign in to comment.