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:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user