Skip to content

Commit 252cc8d

Browse files
test(auto-peak-picking): update expected peak count
1 parent bf832ee commit 252cc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-e2e/panels/peaks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test('Automatic peak picking should work', async ({ page }) => {
9898
//apply auto ranges detection
9999
await nmrium.page.click('button >> text=Apply');
100100

101-
await expect(nmrium.page.locator(PEAK_ANNOTATIONS_SELECTOR)).toHaveCount(50);
101+
await expect(nmrium.page.locator(PEAK_ANNOTATIONS_SELECTOR)).toHaveCount(154);
102102
});
103103
test('Processed spectra peaks', async ({ page }) => {
104104
const nmrium = await NmriumPage.create(page);

0 commit comments

Comments
 (0)