Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Apr 8, 2024
1 parent ae52034 commit 5f08cec
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,17 @@ describe('Patient View Genomic Evolution tab screenshot tests', function() {
it('pvge only show highlighted in line chart', function() {
setCheckboxChecked(false, 'input[data-test="VAFSequentialMode"]');
setCheckboxChecked(true, 'input[data-test="VAFOnlyHighlighted"]');
//$('input[data-test="VAFOnlyHighlighted"]').click();

const res = browser.checkElement('[data-test=VAFChartWrapper]');
assertScreenShotMatch(res);
});
it('pvge line chart log scale', function() {
//$('input[data-test="VAFLogScale"]').click();
jsApiClick('input[data-test="VAFLogScale"]');

const res = browser.checkElement('[data-test=VAFChartWrapper]');
assertScreenShotMatch(res);
});
it('pvge line chart with data range y axis', function() {
//$('input[data-test="VAFDataRange"]').click();
jsApiClick('input[data-test="VAFDataRange"]');

const res = browser.checkElement('[data-test=VAFChartWrapper]');
Expand Down

0 comments on commit 5f08cec

Please sign in to comment.