Skip to content

Commit

Permalink
fixup! Fix container of modal and popup components when Talk is embedded
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
  • Loading branch information
danxuliu committed Aug 25, 2021
1 parent ccb324d commit 6dfc8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarWrapper/AvatarWrapper.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('AvatarWrapper.vue', () => {
beforeEach(() => {
testStoreConfig = cloneDeep(storeConfig)
store = new Vuex.Store(testStoreConfig)
}),
})

it('Renders user avatars properly', () => {
const wrapper = shallowMount(AvatarWrapper, {
Expand Down

0 comments on commit 6dfc8d1

Please sign in to comment.