Skip to content

Commit

Permalink
test: select the exclusion zone tool after selecting another spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Jun 26, 2023
1 parent 7b14d3a commit 3ff300b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-e2e/panels/filters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ test('Exclusion zones', async ({ page }) => {
});

await test.step('add exclusion zones to the active spectrum', async () => {
//select exclusion zones tool
await nmrium.clickTool('exclusionZones');

//add exclusion zones to the last spectrum which is active from the previous step
await selectRange(nmrium, { axis: 'X', startX: 200, endX: 220 });

Expand Down

0 comments on commit 3ff300b

Please sign in to comment.