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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
01877151
Commit
01877151
authored
Sep 29, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Admin -> License selector for GitLab QA specs
Closes gitlab-qa#68
parent
171714c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
qa/qa/page/admin/menu.rb
qa/qa/page/admin/menu.rb
+4
-9
No files found.
qa/qa/page/admin/menu.rb
View file @
01877151
...
...
@@ -3,15 +3,10 @@ module QA
module
Admin
class
Menu
<
Page
::
Base
def
go_to_license
within_middle_menu
{
click_link
'License'
}
end
private
def
within_middle_menu
page
.
within
(
'.nav-control'
)
do
yield
end
link
=
find_link
'License'
# Click space to scroll this link into the view
link
.
send_keys
(
:space
)
link
.
click
end
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