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
e0e52fe5
Commit
e0e52fe5
authored
May 07, 2017
by
Z.J. van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test|
parent
c195b313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
spec/features/projects/pipelines/pipelines_spec.rb
spec/features/projects/pipelines/pipelines_spec.rb
+1
-3
No files found.
spec/features/projects/pipelines/pipelines_spec.rb
View file @
e0e52fe5
...
...
@@ -397,11 +397,9 @@ describe 'Pipelines', :feature, :js do
it
'shows a graph with grouped stages'
do
expect
(
page
).
to
have_css
(
'.js-pipeline-graph'
)
# expect(page).to have_css('.js-grouped-pipeline-dropdown')
# header
expect
(
page
).
to
have_text
(
"#
#{
pipeline
.
id
}
"
)
expect
(
page
).
to
have_css
(
'time'
,
text:
pipeline
.
created_at
.
strftime
(
"%b %d, %Y"
))
expect
(
page
).
to
have_selector
(
%Q(img[alt$="
#{
pipeline
.
user
.
name
}
's avatar"])
)
expect
(
page
).
to
have_link
(
pipeline
.
user
.
name
,
href:
user_path
(
pipeline
.
user
))
...
...
@@ -414,7 +412,7 @@ describe 'Pipelines', :feature, :js do
# builds
expect
(
page
).
to
have_text
(
'rspec'
)
expect
(
page
).
to
have_text
(
'spinach'
)
expect
(
page
).
to
have_text
(
'rspec
0:2
'
)
expect
(
page
).
to
have_text
(
'rspec'
)
expect
(
page
).
to
have_text
(
'production'
)
expect
(
page
).
to
have_text
(
'jenkins'
)
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