Skip to content

Commit 1cbbaf6

Browse files
committed
Runtime fixes for stories.
1 parent 4dcbfd1 commit 1cbbaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/galaxy/selenium/stories/data/upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from selenium.webdriver.common.by import By
22
from selenium.webdriver.common.keys import Keys
33

4-
from galaxy.selenium.navigates_galaxy_mixin import NavigatesGalaxyMixin
4+
from galaxy.selenium.context import GalaxySeleniumContext
55
from ..data import (
66
get_document_fragment_path,
77
get_example_path,
@@ -33,7 +33,7 @@
3333
"""
3434

3535

36-
class UploadStoriesMixin(NavigatesGalaxyMixin):
36+
class UploadStoriesMixin(GalaxySeleniumContext):
3737
"""Mixin describing upload user stories around the workbooks and rules."""
3838

3939
def upload_example_1_full_wizard(self):

0 commit comments

Comments
 (0)