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
aaaac5b1
Commit
aaaac5b1
authored
Mar 28, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ci shared runners minutes settings spec
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1c3f29c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
ee/spec/features/ci_shared_runner_settings_spec.rb
ee/spec/features/ci_shared_runner_settings_spec.rb
+5
-2
No files found.
ee/spec/features/ci_shared_runner_settings_spec.rb
View file @
aaaac5b1
...
@@ -48,8 +48,11 @@ feature 'CI shared runner settings' do
...
@@ -48,8 +48,11 @@ feature 'CI shared runner settings' do
def
set_admin_shared_runners_minutes
(
limit
)
def
set_admin_shared_runners_minutes
(
limit
)
visit
admin_application_settings_path
visit
admin_application_settings_path
page
.
within
(
'.as-ci-cd'
)
do
fill_in
'application_setting_shared_runners_minutes'
,
with:
limit
fill_in
'application_setting_shared_runners_minutes'
,
with:
limit
click_on
'Save'
click_on
'Save changes'
end
end
end
def
set_group_shared_runners_minutes
(
limit
)
def
set_group_shared_runners_minutes
(
limit
)
...
...
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