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 4dcbfd1 commit 1cbbaf6Copy full SHA for 1cbbaf6
lib/galaxy/selenium/stories/data/upload.py
@@ -1,7 +1,7 @@
1
from selenium.webdriver.common.by import By
2
from selenium.webdriver.common.keys import Keys
3
4
-from galaxy.selenium.navigates_galaxy_mixin import NavigatesGalaxyMixin
+from galaxy.selenium.context import GalaxySeleniumContext
5
from ..data import (
6
get_document_fragment_path,
7
get_example_path,
@@ -33,7 +33,7 @@
33
"""
34
35
36
-class UploadStoriesMixin(NavigatesGalaxyMixin):
+class UploadStoriesMixin(GalaxySeleniumContext):
37
"""Mixin describing upload user stories around the workbooks and rules."""
38
39
def upload_example_1_full_wizard(self):
0 commit comments