Skip to content

Commit

Permalink
Update oncoprint screenshot and use checkElementWithMouseDisabled
Browse files Browse the repository at this point in the history
Former-commit-id: 3213f6a6143113cd20fea92b9996a42bea1317e4
  • Loading branch information
alisman committed Jan 13, 2022
1 parent 503158b commit 2d7cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/screenshot.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function waitForAndCheckPlotsTab() {
function runResultsTestSuite(prefix, options = {}) {
it(`${prefix} render the oncoprint`, function() {
waitForOncoprint(10000);
var res = browser.checkElement('.oncoprintContainer'); // just hide the controls bc for some reason they keep showing up transparent in this test only
var res = checkElementWithMouseDisabled('.oncoprintContainer');
assertScreenShotMatch(res);
});

Expand Down

0 comments on commit 2d7cafe

Please sign in to comment.