From 3d590658c8aa1079cb141649b9ef79350c44e306 Mon Sep 17 00:00:00 2001 From: katjaq Date: Tue, 19 Mar 2024 16:34:49 +0100 Subject: [PATCH] add demo data to pass test --- test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.mjs b/test.mjs index 6de30f1..eea572c 100644 --- a/test.mjs +++ b/test.mjs @@ -51,7 +51,7 @@ describe('Test Thresholdmann', () => { it('should display "Choose..." message', async () => { const msg = await page.evaluate(() => document.querySelector('.box_input').innerText); - assert.strictEqual(msg.trim(), 'Choose a .nii.gz or a .nii file or drag it here.'); + assert.strictEqual(msg.trim(), 'Choose a .nii.gz or a .nii file or drag it here. Or try this demo data of a bear brain.'); }); it('init with test nifti file', async () => {