Skip to content
Snippets Groups Projects
Commit 0dd103c4 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas
Browse files

fixed user_access_request_spec

parent 7e6a6ea0
No related merge requests found
......@@ -57,6 +57,12 @@
end
def open_project_settings_menu
find('#project-settings-button').click
page.within('.layout-nav .nav-links') do
click_link('Settings')
end
page.within('.page-with-layout-nav .sub-nav') do
click_link('Members')
end
end
end
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