Commit e691bfe8 authored by Paul Slaughter's avatar Paul Slaughter

Remove remaining deprecated GlNew references

parent d27dcf38
......@@ -8,10 +8,6 @@ describe('SortingField component', () => {
const initComponent = (props = {}) => {
wrapper = shallowMount(SortingField, {
propsData: { ...props },
stubs: {
GlNewDropdown: true,
GlDropdownItem: true,
},
});
};
......
......@@ -124,7 +124,7 @@ describe('IterationSelect', () => {
describe('when user is editing', () => {
describe('when rendering the dropdown', () => {
it('shows GlNewDropdown', () => {
it('shows GlDropdown', () => {
createComponent({ props: { canEdit: true }, data: { editing: true } });
expect(wrapper.find(GlDropdown).isVisible()).toBe(true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment