Given a kanban item
When I edit it without changing its status (it does not move to another column)
Then the kanban item's little spinner gif that indicates that the item is updating stays displayed forever when it should be hidden.
Given the same kanban item,
When I edit it and I change its status (it moves to another column)
Then the kanban item's "updating" spinner is hidden correctly after moving it to the new column.