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 264fc57 commit 0b4fcc5Copy full SHA for 0b4fcc5
Pytest_Framework/test_ggeorgiougr_site.py
@@ -5,7 +5,7 @@
5
from selenium.webdriver.common.by import By
6
7
8
-@pytest.mark.usefixtures("setup") # Fixture name "setu" will be used from the class.
+@pytest.mark.usefixtures("setup") # Fixture name "setup" will be used from the class.
9
class Test_GG_Site:
10
11
def test_search_term__wordpress(self):
Pytest_Framework/test_ggeorgiougr_site2.py
class Test_GG_Site2:
def test_search_term__html(self):
0 commit comments