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.
1 parent 21d90a0 commit d6eb465Copy full SHA for d6eb465
lib/galaxy_test/selenium/test_dataset_edit.py
@@ -34,6 +34,7 @@ def test_history_dataset_display_text(self):
34
self.switch_to_dataset_panel()
35
text = self.components.dataset_display.content.wait_for_text()
36
assert "chr1 4225 19670" in text
37
+ self.driver.switch_to.default_content()
38
39
@selenium_test
40
@managed_history
0 commit comments