Skip to content

Commit

Permalink
stabilize
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 24, 2024
1 parent 937b1eb commit 6306acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config-vehicles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ test.describe("vehicles", async () => {

await page.getByTestId("vehicle").last().getByRole("button", { name: "edit" }).click();
await page.getByRole("button", { name: "Show advanced settings" }).click();
await expect(vehicleModal.getByLabel("RFID identifiers")).toHaveValue("aaa\nbbb\nccc\nddd");
await expect(page.getByLabel("RFID identifiers")).toHaveValue("aaa\nbbb\nccc\nddd");
await page.getByTestId("vehicle-modal").getByLabel("Close").click();
await expect(page.getByTestId("fatal-error")).not.toBeVisible();
});
Expand Down

0 comments on commit 6306acb

Please sign in to comment.