Skip to content

Commit 52597ae

Browse files
authored
Merge pull request #77 from jetbrains-academy/igor/fix-test-import-page-object-writing-test-task6
Update import path in test_task.py (EDC-913)
2 parents 62358c1 + 98f8f95 commit 52597ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_object/first_tests_with_po/elements/tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from _pytest.config import ExitCode
55
from selenium.webdriver.common.by import By
66

7-
from page_object.first_tests_with_po.elements.pages.locators import MainPageLocators
7+
from page_object.first_tests_with_po.task.pages.locators import MainPageLocators
88

99

1010
class TestCase(unittest.TestCase):

0 commit comments

Comments
 (0)