Skip to content

Commit 9ab9055

Browse files
authored
Merge pull request #310 from BimberLab/24.11_fb_jb
Make JBrowseTest more robust
2 parents c436659 + 0ed0f02 commit 9ab9055

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,10 @@ private void testFullTextSearch() throws Exception
557557
SequenceTest.ensureRefSeqExists(this, "1", seq);
558558
SequenceTest.createReferenceGenome(this, 1, JB_GENOME_NAME, "1");
559559

560+
// NOTE: allow all content to load to avoid alert
561+
Locator searchLocator = Locator.tagWithClass("input", "MuiInputBase-input");
562+
waitForElement(searchLocator);
563+
560564
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);
561565

562566
JBrowseTestHelper.prepareSearchSession(this, getProjectName());

0 commit comments

Comments
 (0)