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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
4bf69b0b
Commit
4bf69b0b
authored
Oct 12, 2015
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix feature tests
parent
766da5fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/commit/ci.html.haml
app/views/projects/commit/ci.html.haml
+1
-1
features/steps/project/commits/commits.rb
features/steps/project/commits/commits.rb
+1
-1
No files found.
app/views/projects/commit/ci.html.haml
View file @
4bf69b0b
...
...
@@ -21,7 +21,7 @@
\.gitlab-ci.yml not found in this commit
.gray-content-block.second-block
Latest
Latest
builds
-
if
@ci_commit
.
duration
>
0
%small
.pull-right
%i
.fa.fa-time
...
...
features/steps/project/commits/commits.rb
View file @
4bf69b0b
...
...
@@ -118,6 +118,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
step
'I see builds list'
do
expect
(
page
).
to
have_content
"build: pending"
expect
(
page
).
to
have_content
"
Builds for master
"
expect
(
page
).
to
have_content
"
Latest builds
"
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