Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gitlab-External-Templates
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
Gitlab-External-Templates
Commits
0dd103c4
Commit
0dd103c4
authored
8 years ago
by
Jose Ivan Vargas
Browse files
Options
Downloads
Patches
Plain Diff
fixed user_access_request_spec
parent
7e6a6ea0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/features/projects/members/user_requests_access_spec.rb
+7
-1
7 additions, 1 deletion
spec/features/projects/members/user_requests_access_spec.rb
with
7 additions
and
1 deletion
spec/features/projects/members/user_requests_access_spec.rb
+
7
−
1
View file @
0dd103c4
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment