diff --git a/test-e2e/panels/filters.test.ts b/test-e2e/panels/filters.test.ts index 8dbc33faa..f961a8043 100644 --- a/test-e2e/panels/filters.test.ts +++ b/test-e2e/panels/filters.test.ts @@ -47,7 +47,10 @@ async function baselineCorrectionFilter( } else { await nmrium.clickTool('baselineCorrection'); } - await nmrium.page.click('button >> text=Apply'); + // TODO: find why the click event in the button center was being intercepted by a element in firefox test + await nmrium.page.click('button >> text=Apply', { + position: { x: 0, y: 0 }, + }); await expect( nmrium.page.locator('_react=FilterTable >> text=Baseline correction'),