BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ci.html.haml
app/views/projects/commit/ci.html.haml
+1
-1
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