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 b330342 commit d09430dCopy full SHA for d09430d
seleniumbase/core/tour_helper.py
@@ -11,8 +11,7 @@
11
from seleniumbase.fixtures import constants
12
from seleniumbase.fixtures import js_utils
13
from seleniumbase.fixtures import page_actions
14
-
15
-EXPORTED_TOURS_FOLDER = "tours_exported"
+EXPORTED_TOURS_FOLDER = constants.Tours.EXPORTED_TOURS_FOLDER
16
17
18
def activate_bootstrap(driver):
seleniumbase/fixtures/constants.py
@@ -23,6 +23,10 @@ class SavedCookies:
23
STORAGE_FOLDER = "saved_cookies"
24
25
26
+class Tours:
27
+ EXPORTED_TOURS_FOLDER = "tours_exported"
28
+
29
30
class VisualBaseline:
31
STORAGE_FOLDER = "visual_baseline"
32
0 commit comments