Skip to content

Commit

Permalink
update test assert values
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Mar 23, 2024
1 parent 59e482e commit c1179d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/variant_browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function variantSearchByGene(driver){
});
driver.findElement(By.xpath("//div[@id='variant-browser-grid-body']//table[1]//td[2]/div[text()]")).getText().then(function(text){
text = parseInt(text);
chai.assert.operator(text, '>=', 32884617);
chai.assert.operator(text, '>=', 32884613);
chai.assert.operator(text, '<=', 32973805);
});
});
Expand Down

0 comments on commit c1179d7

Please sign in to comment.