Commit 69b4ec95 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

fixed user_access_request_spec

parent ceec3504
......@@ -57,6 +57,12 @@ feature 'Projects > Members > User requests access', feature: true do
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
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