Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Dec 22, 2020
1 parent 7c9f3b3 commit 36665a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('CasesTableFilters ', () => {
expect(onFilterChanged).toHaveBeenCalledWith({ reporters: [{ username: 'casetester' }] });
});

it('StatusFilterWrapper should have a fixed width', () => {
it('StatusFilterWrapper should have a fixed width of 180px', () => {
const wrapper = mount(
<TestProviders>
<CasesTableFilters {...props} />
Expand Down

0 comments on commit 36665a0

Please sign in to comment.