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:
parent
381085f655
commit
581ae7b97a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user