Skip to content

Commit fe1f316

Browse files
Merge pull request #545 from Brain-up/issue_189
Issue_189_SPECIALISTS_PAGE_tests
2 parents ecddae1 + 8dc8603 commit fe1f316

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def specialists_page_open(driver, main_page_open):
119119
page = BasePage(driver)
120120
page.element_is_present_and_clickable(huLocators.MORE_BUTTON).click()
121121
page.element_is_present_and_clickable(huLocators.LINK_SPECIALISTS).click()
122-
time.sleep(1)
122+
page.check_expected_link(MainPageLinks.URL_SPECIALISTS_PAGE)
123123

124124

125125
@pytest.fixture()

tests/specialists_page_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from test_data.start_unauthorized_page_data import StartUnauthorizedPageData as suPD
66

77

8-
# @pytest.mark.skip(reason="unsupported preconditions")
98
@allure.epic("Test Specialists Page")
109
class TestSpecialistsPage:
1110
class TestSpecialistsPageStructure:

0 commit comments

Comments
 (0)