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.
2 parents 24a4dbb + 26ab083 commit d92a3b6Copy full SHA for d92a3b6
pages.py
@@ -3,7 +3,7 @@
3
from selenium.webdriver.common.keys import Keys
4
from base import Page
5
from locators import *
6
-import users, functions
+import users
7
from selenium.webdriver.support.ui import WebDriverWait
8
9
@@ -56,4 +56,4 @@ class HomePage(Page):
56
pass
57
58
class SignUpPage(Page):
59
- pass
+ pass
0 commit comments