Skip to content

Commit

Permalink
add demo data to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
katjaq committed Mar 19, 2024
1 parent 58f8f09 commit 3d59065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 3d59065

Please sign in to comment.