1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

feat: adds a simple loader when waiting for logs (#2984)

This commit is contained in:
Amir Raminfar
2024-05-26 10:25:20 -07:00
committed by GitHub
parent 89d9e67862
commit 3b34578e92
3 changed files with 11 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ describe("<ContainerEventSource />", () => {
const sourceUrl = "/api/hosts/localhost/containers/abc/logs/stream?stdout=1&stderr=1";
test("renders correctly", async () => {
test("renders loading correctly", async () => {
const wrapper = createLogEventSource();
expect(wrapper.html()).toMatchSnapshot();
});