We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e1d83 + 6ea1181 commit a204bf3Copy full SHA for a204bf3
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -870,6 +870,7 @@ private void testGridFailureConditions()
870
private void testVariantTableComparators() throws Exception {
871
beginAt("/home/jbrowse-variantTable.view?session=mgap&trackId=mgap_hg38&location=1:116589678..117411688");
872
waitForElement(Locator.tagWithClass("div", "MuiDataGrid-root"));
873
+ waitForElement(Locator.tagWithText("div", "116981270")); //proxy for grid loading
874
875
// Test filtering AF with wrapped comparators
876
waitAndClick(Locator.tagWithAttributeContaining("button", "aria-label", "Show filters"));
0 commit comments