CEC-231 Bulk car selection control (#38)
* Bulk car selection control * Tweak control alignment
This commit is contained in:
@@ -273,7 +273,7 @@ describe("UpdatesContext", () => {
|
||||
await waitFor(() =>
|
||||
expect(screen.getByTestId("busy").innerHTML).toBe("false")
|
||||
);
|
||||
checkState("false", "Car ids required", null);
|
||||
checkState("false", "Cars are required", null);
|
||||
});
|
||||
|
||||
it("with-good-data", async () => {
|
||||
|
||||
Reference in New Issue
Block a user