Skip to content

Commit

Permalink
Correct dicomWebSpec test case to handle autoDescribeRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
willdunklin committed Oct 30, 2023
1 parent d203d84 commit fba0071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('DICOMWeb assetstore', function () {
});

waitsFor(function () {
return $('.g-validation-failed-message').html() === 'Invalid limit';
return $('.g-validation-failed-message').html().includes('Invalid limit');
}, 'Invalid limit check (float)');

runs(function () {
Expand Down

0 comments on commit fba0071

Please sign in to comment.