From fba0071d702b8783a022971223d7ea1b1d065d97 Mon Sep 17 00:00:00 2001 From: willdunklin Date: Mon, 30 Oct 2023 18:33:07 -0400 Subject: [PATCH] Correct dicomWebSpec test case to handle autoDescribeRoute --- sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js b/sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js index cfbd83f8c..b429aaa1c 100644 --- a/sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js +++ b/sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js @@ -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 () {