Skip to content

Commit

Permalink
Make JBrowseTest more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 13, 2025
1 parent a5a8863 commit 0ed0f02
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,10 @@ private void testFullTextSearch() throws Exception
SequenceTest.ensureRefSeqExists(this, "1", seq);
SequenceTest.createReferenceGenome(this, 1, JB_GENOME_NAME, "1");

// NOTE: allow all content to load to avoid alert
Locator searchLocator = Locator.tagWithClass("input", "MuiInputBase-input");
waitForElement(searchLocator);

SequenceTest.addOutputFile(this, JBrowseTestHelper.MGAP_TEST_VCF, JB_GENOME_NAME, "TestVCF", "VCF File", "This is an output file to test VCF full-text search", false);

JBrowseTestHelper.prepareSearchSession(this, getProjectName());
Expand Down

0 comments on commit 0ed0f02

Please sign in to comment.