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