This commit is contained in:
Adrian Vollmer 2024-04-22 20:45:37 +02:00
parent 6648b5e619
commit dad164ab57

View File

@ -122,6 +122,6 @@ def test_multi_page_search(selenium_drivers):
hide_link.click()
span = selenium.find_element(By.CSS_SELECTOR, "span.highlighted")
span = selenium.find_elements(By.CSS_SELECTOR, "span.highlighted")
assert span == []