Fix app test

This commit is contained in:
Nathan Bierema 2023-08-08 23:00:09 -04:00
parent 32240ddf64
commit 3069a1536f

View File

@ -45,9 +45,7 @@ describe('App container', () => {
</Provider>,
);
const actionList = screen.getByTestId('actionList');
expect(
within(actionList).getByTestId('actionListRows'),
).toBeEmptyDOMElement();
expect(within(actionList).queryByRole('button')).not.toBeInTheDocument();
});
});