Skip to content

Commit

Permalink
UI tests: remove unneeded attribute access
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Aug 2, 2024
1 parent 4fd0c7d commit 9fb3eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/step_defs/ui/test_ui_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ def ui_group_user_added(browser, user_add):
def ui_group_user_removed(browser, user_remove):
with pytest.raises(splinter.exceptions.ElementDoesNotExist):
browser.is_text_not_present(user_remove, wait_time=1)
browser.find_by_id('user-list').links.find_by_partial_text(user_remove).value


@when(parsers.parse("searches for member {member}"))
Expand Down

0 comments on commit 9fb3eee

Please sign in to comment.