Skip to content

Commit

Permalink
Merge pull request #4286 from dippindots/fix-local-e2e
Browse files Browse the repository at this point in the history
Improve local db screenshot
  • Loading branch information
inodb authored Jun 9, 2022
2 parents 6054e63 + 2f3b329 commit bef7005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ describe('study view generic assay categorical/binary features', function() {
// Wait for chart to be added
waitForNetworkQuiet();

const res = checkElementWithMouseDisabled('#mainColumn');
const res = checkElementWithMouseDisabled(
'div[data-test="chart-container-mutational_signature_category_10_mutational_signature_category_v2"]'
);
assertScreenShotMatch(res);
});
});
Expand Down

0 comments on commit bef7005

Please sign in to comment.