Skip to content

Commit fae19ee

Browse files
authored
fix e2e tests (#5022)
1 parent 50c71b7 commit fae19ee

5 files changed

+0
-25
lines changed
145 Bytes
Loading
-7 Bytes
Loading
-286 KB
Binary file not shown.
-6 Bytes
Loading

end-to-end-test/remote/specs/core/comparisonTab.screenshot.spec.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -408,31 +408,6 @@ describe('results view comparison tab screenshot tests', () => {
408408
);
409409
assertScreenShotMatch(res);
410410
});
411-
412-
it('results view comparison tab microbiome signature tab two groups', async () => {
413-
await clickElement('button[data-test="groupSelectorButtonBRAF"]', {
414-
timeout: 20000,
415-
});
416-
417-
await (
418-
await getElement(
419-
'div[data-test="GroupComparisonMethylationEnrichments"]'
420-
)
421-
).waitForDisplayed({ timeout: 10000 });
422-
await waitForElementDisplayed('b=RER1', { timeout: 10000 });
423-
await clickElement('b=RER1');
424-
await (await getElement('body')).moveTo({
425-
x:0, y:0
426-
});
427-
const res = await browser.checkElement(
428-
'.msk-tab:not(.hiddenByPosition)',
429-
'',
430-
{
431-
hide: ['.qtip'],
432-
}
433-
);
434-
assertScreenShotMatch(res);
435-
});
436411
});
437412

438413
describe('delete group from session', () => {

0 commit comments

Comments
 (0)