Skip to content

Commit

Permalink
Close browsers when not finding prog numerator
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasnaphas committed Apr 24, 2024
1 parent 2f210cc commit f9b4568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion itest/Links.itest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,8 @@ const waitOptions = { timeout /*, visible: true */ };
failTest(
"wrong number answered in numeric progress on blanks",
`expected ${expectedNumberAnswered}, found ` +
`${actualNumberAnsweredInProg}, asi ${asi}`
`${actualNumberAnsweredInProg}, asi ${asi}`,
browsers
);
}
} // done testing submission with browser
Expand Down

0 comments on commit f9b4568

Please sign in to comment.