diff --git a/frontend/__tests__/components/Vuetify.spec.js b/frontend/__tests__/components/Vuetify.spec.js index bef2015749..3a334768aa 100644 --- a/frontend/__tests__/components/Vuetify.spec.js +++ b/frontend/__tests__/components/Vuetify.spec.js @@ -127,84 +127,38 @@ describe('components', () => { }) describe('v-data-table-virtual', () => { - // These tests basically test that nothing changes in the way vuetify renders the virtual table - // as the way it behaves in case no item-height is defined is kind of undeterministic - const TestTableRow = { - name: 'TestTableRow', - props: { - item: { - type: Object, - required: true, - }, - }, - template: '