Skip to content

Commit

Permalink
Debug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirPodolian committed Jan 28, 2025
1 parent c40756f commit f08b333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/web_tests/test_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def test_element_locator_check(mouse_event_page, driver_wrapper):
locators = (choose_lang_button_name, )
invalid_prefixes = ('css', 'xpath', 'id')
for locator in locators:
breakpoint()
assert Element(locator).is_displayed()
assert Element(f'text={locator}').is_displayed()
if locator == choose_lang_button_name: # Move to separate test
Expand Down

0 comments on commit f08b333

Please sign in to comment.