Commit d09ca722 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Remove invalid test

This test was passing but not in a meaningful way. What it attempts to
test is tested by adjacent tests, anyway.
parent a8146c9e
...@@ -80,13 +80,6 @@ describe('ShareDialog', () => { ...@@ -80,13 +80,6 @@ describe('ShareDialog', () => {
}); });
describe('share panel content', () => { describe('share panel content', () => {
it('does not render share panel content if needed info not available', () => {
fakeStore.focusedGroup.returns(undefined);
const wrapper = createComponent();
assert.isFalse(wrapper.exists('.ShareAnnotationsPanel'));
});
it('renders a spinner if focused group not available yet', () => { it('renders a spinner if focused group not available yet', () => {
fakeStore.focusedGroup.returns(undefined); fakeStore.focusedGroup.returns(undefined);
......
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