Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
cb7dd09a
Commit
cb7dd09a
authored
Mar 01, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add click to tab steps
parent
8b9a94af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
features/steps/shared/user.rb
features/steps/shared/user.rb
+16
-0
No files found.
features/steps/shared/user.rb
View file @
cb7dd09a
...
...
@@ -26,4 +26,20 @@ module SharedUser
step
'I have no ssh keys'
do
@user
.
keys
.
delete_all
end
step
'I click on "Personal projects" tab'
do
page
.
within
'.nav-links'
do
click_link
'Personal projects'
end
expect
(
page
).
to
have_css
(
'.tab-content #projects.active'
)
end
step
'I click on "Contributed projects" tab'
do
page
.
within
'.nav-links'
do
click_link
'Contributed projects'
end
expect
(
page
).
to
have_css
(
'.tab-content #contributed.active'
)
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment