|
@@ -85,7 +85,7 @@ describe('Dashboard View', () => {
|
|
|
const wrapper = mountDashboard()
|
|
const wrapper = mountDashboard()
|
|
|
await flushPromises()
|
|
await flushPromises()
|
|
|
|
|
|
|
|
- expect(wrapper.find('.dashboard').exists()).toBe(true)
|
|
|
|
|
|
|
+ expect(wrapper.find('.page-container').exists()).toBe(true)
|
|
|
expect(wrapper.find('.dashboard__header').exists()).toBe(true)
|
|
expect(wrapper.find('.dashboard__header').exists()).toBe(true)
|
|
|
expect(wrapper.find('.dashboard__title').exists()).toBe(true)
|
|
expect(wrapper.find('.dashboard__title').exists()).toBe(true)
|
|
|
})
|
|
})
|