Skip to content

Commit

Permalink
Update number of genes in quick search e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Jan 22, 2024
1 parent b6bd0b2 commit efac138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/quickSearch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Quick Search', () => {
});

it('should give results for genes', () => {
$('strong=452 more genes (click to load 20 more)').click();
$('strong=454 more genes (click to load 20 more)').click();
$('strong=ADAM12').waitForExist();
$('strong=ADAM15').click();
$('a=ADAM15').waitForExist({ timeout: 60000 });
Expand Down

0 comments on commit efac138

Please sign in to comment.