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
9317c731
Commit
9317c731
authored
Nov 20, 2019
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update environment_rollback spec
parent
97f3a449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
spec/frontend/environments/environment_rollback_spec.js
spec/frontend/environments/environment_rollback_spec.js
+4
-0
No files found.
spec/frontend/environments/environment_rollback_spec.js
View file @
9317c731
...
...
@@ -13,6 +13,8 @@ describe('Rollback Component', () => {
isLastDeployment
:
true
,
environment
:
{},
},
attachToDocument
:
true
,
sync
:
false
,
});
expect
(
wrapper
.
element
).
toHaveSpriteIcon
(
'
repeat
'
);
...
...
@@ -25,6 +27,8 @@ describe('Rollback Component', () => {
isLastDeployment
:
false
,
environment
:
{},
},
attachToDocument
:
true
,
sync
:
false
,
});
expect
(
wrapper
.
element
).
toHaveSpriteIcon
(
'
redo
'
);
...
...
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