BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7facedfb
Commit
7facedfb
authored
Jul 05, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix profile test to click on header user profile link
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
bca47688
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+1
-1
profile.rb
features/steps/profile/profile.rb
+5
-2
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
7facedfb
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
.nav-sidebar
{
.nav-sidebar
{
position
:
absolute
;
position
:
absolute
;
top
:
50px
;
top
:
50px
;
bottom
:
0
px
;
bottom
:
0
;
width
:
$sidebar_width
;
width
:
$sidebar_width
;
overflow-y
:
auto
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
...
...
features/steps/profile/profile.rb
View file @
7facedfb
...
@@ -155,8 +155,11 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
...
@@ -155,8 +155,11 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
end
step
'I click on my profile picture'
do
step
'I click on my profile picture'
do
find
(
:css
,
'.side-nav-toggle'
).
click
find
(
:css
,
'.header-user-dropdown-toggle'
).
click
find
(
:css
,
'.sidebar-user'
).
click
page
.
within
".header-user"
do
click_link
"Profile"
end
end
end
step
'I should see my user page'
do
step
'I should see my user page'
do
...
...
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