Commit 6fe83a71 authored by Tom Quirk's avatar Tom Quirk

Remove redundant assertions in design note spec

Addresses reviewer feedback
parent 92123bb0
......@@ -79,8 +79,6 @@ describe('Design note component', () => {
note,
});
expect(findUserAvatar().exists()).toBe(true);
expect(findUserAvatarLink().exists()).toBe(true);
expect(findUserAvatar().props()).toMatchObject({
src: note.author.avatarUrl,
entityName: note.author.username,
......
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