Skip to content

Commit a2ff73e

Browse files
test: remove faulty assertion in TestHomePage to improve error handling
1 parent 6efcdcf commit a2ff73e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_home_page.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ def test_home_page_functional_flow(self, driver):
6969
)
7070
final_grade_rows = driver.find_elements(By.CSS_SELECTOR, ".home__grade-row")
7171
assert len(final_grade_rows) == initial_count, "Grade row was not removed!"
72-
73-
assert True == False, "Por culpa de Valentina ocurrio un error"
7472

7573
except Exception as e:
7674
# Take screenshot on any failure

0 commit comments

Comments
 (0)