We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14c5ec commit 5f1a0a4Copy full SHA for 5f1a0a4
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -307,10 +307,14 @@ private void testInferredDetails()
307
private void testSampleFiltersFromUrl()
308
{
309
beginAt("/home/jbrowse-jbrowse.view?session=mgap&sampleFilters=mgap:m00010");
310
+ checker().takeScreenShot("Jbrowse1_OnLoad");
311
+
312
waitForJBrowseToLoad();
313
+ checker().takeScreenShot("Jbrowse2_OnLoad");
314
315
// NOTE: this should be replaced with something more specific
316
sleep(5000);
317
+ checker().takeScreenShot("Jbrowse3_OnLoad");
318
319
// Wait for variants to load:
320
getDriver().findElements(getVariantWithinTrack("mgap_hg38", "SNV A -> T"));
0 commit comments