Skip to content

Commit

Permalink
fix flaky e2e test (#4947)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Lai <[email protected]>
  • Loading branch information
gblaih and Bryan Lai authored Jul 12, 2024
1 parent e9de2cc commit 5da378a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ describe('Patient View Genomic Evolution tab screenshot tests', function() {
$(
'div[data-test="GenomicEvolutionMutationTable"] table tbody > tr:nth-child(2)'
).click();
$('body').moveTo({ xOffset: 0, yOffset: 0 });
const res = browser.checkElement('[data-test=VAFChartWrapper]');
assertScreenShotMatch(res);
});
Expand Down

0 comments on commit 5da378a

Please sign in to comment.