Skip to content

Commit fffea47

Browse files
ref test_erwf_01.02 Verify page structure and visibility
update exercises_ru_words_family_page_test.py, exercises_ru_words_family_page.py #623
1 parent 0376f29 commit fffea47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/exercises_ru_words_family_page_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_erwf_01_01_verify_page_presence_and_visibility(self, driver, exercises_
1515
assert page_content_presence, "The page content is absent in DOM"
1616
assert page_content_visibility, "The page content is invisible"
1717

18-
@allure.title("Verify composition, visibility of elements on the 1st level of nesting on the page")
18+
@allure.title("Verify composition, visibility of elements on the 1st-2nd levels of nesting on the page")
1919
def test_erwf_01_02_verify_page_structure_and_visibility(self, driver, exercises_ru_words_family_page_open):
2020
page = erwfPage(driver)
2121
structure_of_1st_level = page.get_structure_of_1st_level()

0 commit comments

Comments
 (0)