Skip to content

Commit

Permalink
find element by ID>NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliettejns committed Aug 27, 2024
1 parent 89e9aae commit 666ff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_selenium/test_manage_control_lists_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_change_filter(self):
self.go_to_control_lists_management("Wauchier")

self.driver_find_element_by_link_text("Ignore values").click()
self.driver_find_element_by_id("punct").click()
self.driver_find_element_by_name("punct").click()
self.driver_find_element_by_id("submit").click()

self.driver.implicitly_wait(15)
Expand Down

0 comments on commit 666ff6d

Please sign in to comment.