Remove GlDeprecatedButton from error tracking specs

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