Skip to content

Commit

Permalink
fix flaky e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lai committed Jul 12, 2024
1 parent e9de2cc commit c4f43e4
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 c4f43e4

Please sign in to comment.