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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6caa5a84
Commit
6caa5a84
authored
May 22, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix service tests in spinach
parent
ac952d04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
features/steps/project/project_services.rb
features/steps/project/project_services.rb
+4
-4
No files found.
features/steps/project/project_services.rb
View file @
6caa5a84
...
...
@@ -9,7 +9,7 @@ class ProjectServices < Spinach::FeatureSteps
Then
'I should see list of available services'
do
page
.
should
have_content
'Services'
page
.
should
have_content
'
Jenkins
'
page
.
should
have_content
'
Campfire
'
page
.
should
have_content
'GitLab CI'
end
...
...
@@ -19,12 +19,12 @@ class ProjectServices < Spinach::FeatureSteps
And
'I fill gitlab-ci settings'
do
check
'Active'
fill_in
'Project
URL
'
,
with:
'http://ci.gitlab.org/projects/3'
fill_in
'
CI Project t
oken'
,
with:
'verySecret'
fill_in
'Project
url
'
,
with:
'http://ci.gitlab.org/projects/3'
fill_in
'
T
oken'
,
with:
'verySecret'
click_button
'Save'
end
Then
'I should see service settings saved'
do
find_field
(
'Project
URL
'
).
value
.
should
==
'http://ci.gitlab.org/projects/3'
find_field
(
'Project
url
'
).
value
.
should
==
'http://ci.gitlab.org/projects/3'
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