Remove GlDeprecatedButton from error tracking specs

parent db0637b1
......@@ -243,7 +243,6 @@ describe('ErrorTrackingList', () => {
stubs: {
GlTable: false,
GlLink: false,
GlDeprecatedButton: false,
},
});
});
......@@ -274,7 +273,6 @@ describe('ErrorTrackingList', () => {
stubs: {
GlTable: false,
GlLink: false,
GlDeprecatedButton: false,
},
});
});
......@@ -454,7 +452,6 @@ describe('ErrorTrackingList', () => {
stubs: {
GlTable: false,
GlLink: false,
GlDeprecatedButton: false,
},
});
});
......
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