Skip to content

Commit bda1feb

Browse files
chore: remove test breakgin codecov
1 parent 64d2638 commit bda1feb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/frontend/components/routes/record-action.spec.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,4 @@ describe('<RecordAction />', function () {
6464

6565
expect(errorBox).not.to.be.undefined
6666
})
67-
68-
describe('page not loaded yet', function () {
69-
it('renders loader', async function () {
70-
const { findByTestId } = renderSubject({
71-
resources: [resource],
72-
}, `/resources/${resource.id}/records/1234/show`)
73-
74-
const loader = await findByTestId('Loader')
75-
76-
expect(loader).not.to.be.undefined
77-
})
78-
})
7967
})

0 commit comments

Comments
 (0)