Skip to content

Commit

Permalink
chore: adapt test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Nov 24, 2023
1 parent f2cb41a commit 3884893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/panels/ranges.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test('Should ranges Add/resize/delete', async ({ page }) => {

await test.step('Add ranges', async () => {
//add two ranges
await addRange(nmrium, 50, 60, 1);
await addRange(nmrium, 200, 210, 1);
await addRange(nmrium, 110, 120, 2);
});

Expand Down

0 comments on commit 3884893

Please sign in to comment.