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
d9abde0d
Commit
d9abde0d
authored
Oct 03, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GitLab QA fix: Adjust license key add for GitLab 10.0 changes
parent
09cdabd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/ee/page/admin/license.rb
qa/qa/ee/page/admin/license.rb
+2
-2
No files found.
qa/qa/ee/page/admin/license.rb
View file @
d9abde0d
...
...
@@ -4,13 +4,13 @@ module QA
module
Admin
class
License
<
QA
::
Page
::
Base
def
no_license?
page
.
has_content?
(
'No GitLab Enterprise Edition '
\
'license has been provided yet'
)
page
.
has_content?
(
'You do not have a license'
)
end
def
add_new_license
(
key
)
raise
'License key empty!'
if
key
.
to_s
.
empty?
click_link
'Upload New License'
choose
'Enter license key'
fill_in
'License key'
,
with:
key
click_button
'Upload license'
...
...
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