Skip to content

Commit

Permalink
Update reporting.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aldefouw committed Mar 1, 2024
1 parent 9e87073 commit 61b130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step_definitions/reporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Given("I click on the download icon(s) to receive the file(s) for the {string} f

switch (ext) {
case "bat":
if (format === sps) {
if (format === "sps") {
hyperlink = 'a:has(img[src*="spss"]:visible):visible'
} else {
hyperlink = 'a:has(img[src*="pathway"]:visible):visible'
Expand Down

0 comments on commit 61b130d

Please sign in to comment.