chore: spelling mistake from library needs to be honoured

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-15 10:11:19 +01:00
parent f24ef7864e
commit d24039a252
@@ -53,7 +53,7 @@ describe('BuildList', () => {
);
userEvent.click(
(await rendered.findAllByLabelText('Detail panel visibility toggle'))[0],
(await rendered.findAllByLabelText('Detail panel visiblity toggle'))[0],
);
expect(await rendered.findByText('BuildDetails')).toBeInTheDocument();
});