Skip to content

Commit 78877ea

Browse files
committed
Fix RelationshipsList.spec.js
1 parent 367878a commit 78877ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/components/DocumentationTopic/RelationshipsList.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ describe('RelationshipsList', () => {
188188
},
189189
};
190190

191+
await wrapper.vm.$nextTick();
191192
expect(wrapper.classes()).toContain('changed');
192193
expect(wrapper.classes()).toContain(`changed-${expectedChange}`);
193194
};

0 commit comments

Comments
 (0)