1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +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

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)