1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

feat: Shows hosts in cards with their respective stats and updates the container table to filter by host 🥳 (#2932)

This commit is contained in:
Amir Raminfar
2024-05-10 14:35:17 -07:00
committed by GitHub
parent dcb5eb4ccc
commit 44f68cc482
9 changed files with 177 additions and 72 deletions

View File

@@ -9,10 +9,7 @@ test("has right title", async ({ page }) => {
});
test("has dashboard text", async ({ page }) => {
await expect(page.getByText("Total Containers")).toBeVisible();
await expect(page.getByText("Total CPU Usage")).toBeVisible();
await expect(page.getByText("Total Mem Usage")).toBeVisible();
await expect(page.getByText("Dozzle Version")).toBeVisible();
await expect(page.getByText("container name")).toBeVisible();
});
test("click on settings button", async ({ page }) => {