Skip to content

Commit

Permalink
Add a wait for bin screenshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Jan 9, 2025
1 parent fbbc035 commit 0385085
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('Custom Bins menu in study view chart header', function() {
selectMenuOption('label=Median split');
clickUpdate();
$('body').moveTo();
browser.pause(2000);
const res = checkElementWithMouseDisabled(MUTATION_COUNT_CHART);
assertScreenShotMatch(res);
});
Expand Down

0 comments on commit 0385085

Please sign in to comment.