Commit 8f8ed5ca authored by pburdette's avatar pburdette Committed by Payton Burdette

Update snapshot description

Be more clear on what to expect
from the snapshot.
parent 523db4df
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PipelineFailed should display correctly 1`] = `
exports[`PipelineFailed should render error message with a disabled merge button 1`] = `
<div
class="mr-widget-body media"
>
......
......@@ -20,7 +20,7 @@ describe('PipelineFailed', () => {
wrapper = null;
});
it('should display correctly', () => {
it('should render error message with a disabled merge button', () => {
expect(wrapper.element).toMatchSnapshot();
});
......
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