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
e691bfe8
Commit
e691bfe8
authored
Sep 15, 2020
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove remaining deprecated GlNew references
parent
d27dcf38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
ee/spec/frontend/audit_events/components/sorting_field_spec.js
...ec/frontend/audit_events/components/sorting_field_spec.js
+0
-4
ee/spec/frontend/sidebar/components/iteration_select_spec.js
ee/spec/frontend/sidebar/components/iteration_select_spec.js
+1
-1
No files found.
ee/spec/frontend/audit_events/components/sorting_field_spec.js
View file @
e691bfe8
...
...
@@ -8,10 +8,6 @@ describe('SortingField component', () => {
const
initComponent
=
(
props
=
{})
=>
{
wrapper
=
shallowMount
(
SortingField
,
{
propsData
:
{
...
props
},
stubs
:
{
GlNewDropdown
:
true
,
GlDropdownItem
:
true
,
},
});
};
...
...
ee/spec/frontend/sidebar/components/iteration_select_spec.js
View file @
e691bfe8
...
...
@@ -124,7 +124,7 @@ describe('IterationSelect', () => {
describe
(
'
when user is editing
'
,
()
=>
{
describe
(
'
when rendering the dropdown
'
,
()
=>
{
it
(
'
shows Gl
New
Dropdown
'
,
()
=>
{
it
(
'
shows GlDropdown
'
,
()
=>
{
createComponent
({
props
:
{
canEdit
:
true
},
data
:
{
editing
:
true
}
});
expect
(
wrapper
.
find
(
GlDropdown
).
isVisible
()).
toBe
(
true
);
...
...
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