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
Boxiang Sun
gitlab-ce
Commits
eed2812f
Commit
eed2812f
authored
May 03, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken test
parent
54dbdf28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/pipelines/components/graph/action_component.vue
...vascripts/pipelines/components/graph/action_component.vue
+1
-1
spec/features/projects/pipelines/pipelines_spec.rb
spec/features/projects/pipelines/pipelines_spec.rb
+1
-1
No files found.
app/assets/javascripts/pipelines/components/graph/action_component.vue
View file @
eed2812f
...
...
@@ -75,7 +75,7 @@ export default {
v-tooltip
:title=
"tooltipText"
class=
"js-ci-action btn btn-blank
btn-transparent ci-action-icon-container ci-action-icon-wrapper"
btn-transparent ci-action-icon-container ci-action-icon-wrapper
js-ci-action-icon
"
:class=
"cssClass"
data-container=
"body"
:disabled=
"isDisabled"
...
...
spec/features/projects/pipelines/pipelines_spec.rb
View file @
eed2812f
...
...
@@ -388,7 +388,7 @@ describe 'Pipelines', :js do
it
'should be possible to cancel pending build'
do
find
(
'.js-builds-dropdown-button'
).
click
find
(
'
a
.js-ci-action-icon'
).
click
find
(
'.js-ci-action-icon'
).
click
expect
(
page
).
to
have_content
(
'canceled'
)
expect
(
build
.
reload
).
to
be_canceled
...
...
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