it("sorts the entities by float", async () => {
    renderSourceEntities()
    assertOrder(["C", "B", "A"])
    await userEvent.click(screen.getByText(/float/))
    assertOrder(["A", "B", "C"])