Commit cd2cd43b authored by Tim Zallmann's avatar Tim Zallmann

Removed selector for removed partial user detail

parent 2dd39226
...@@ -15,10 +15,6 @@ module QA ...@@ -15,10 +15,6 @@ module QA
element :user_row_content element :user_row_content
end end
view 'app/views/admin/users/_user_detail.html.haml' do
element :username_link
end
def search_user(username) def search_user(username)
find_element(:user_search_field).set(username).send_keys(:return) find_element(:user_search_field).set(username).send_keys(:return)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment