1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00

fix failing test (#1757)

This commit is contained in:
Scott Bishel 2021-11-04 12:33:08 -06:00 committed by GitHub
parent 381085f655
commit 581ae7b97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,14 +77,14 @@ describe('components/kanban/calculations/KanbanCalculationOptions', () => {
options: [],
})
const component = (
const component = wrapIntl(
<KanbanCalculationOptions
value={'count'}
property={boardWithProps.fields.cardProperties[1]}
menuOpen={true}
onChange={() => {}}
cardProperties={boardWithProps.fields.cardProperties}
/>
/>,
)
const {getAllByText} = render(component)