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

feat: adds a short delay while waiting for logs to show (#3409)

This commit is contained in:
Amir Raminfar
2024-11-19 12:01:03 -08:00
committed by GitHub
parent 95de5a8504
commit c3f6ff9c56
3 changed files with 10 additions and 26 deletions

View File

@@ -103,7 +103,7 @@ describe("<ContainerEventSource />", () => {
test("renders loading correctly", async () => {
const wrapper = createLogEventSource();
expect(wrapper.html()).toMatchSnapshot();
expect(wrapper.find("ul.animate-pulse").exists()).toBe(true);
});
test("should connect to EventSource", async () => {