Skip to content

Commit a204bf3

Browse files
authored
Merge pull request #182 from BimberLab/21.11_fb_rsname
Improve test timing
2 parents 16e1d83 + 6ea1181 commit a204bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ private void testGridFailureConditions()
870870
private void testVariantTableComparators() throws Exception {
871871
beginAt("/home/jbrowse-variantTable.view?session=mgap&trackId=mgap_hg38&location=1:116589678..117411688");
872872
waitForElement(Locator.tagWithClass("div", "MuiDataGrid-root"));
873+
waitForElement(Locator.tagWithText("div", "116981270")); //proxy for grid loading
873874

874875
// Test filtering AF with wrapped comparators
875876
waitAndClick(Locator.tagWithAttributeContaining("button", "aria-label", "Show filters"));

0 commit comments

Comments
 (0)