diff --git a/assets/components/LogViewer/EventSource.spec.ts b/assets/components/LogViewer/EventSource.spec.ts index 09448f69..5d4d9192 100644 --- a/assets/components/LogViewer/EventSource.spec.ts +++ b/assets/components/LogViewer/EventSource.spec.ts @@ -95,7 +95,7 @@ describe("", () => { 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(); }); diff --git a/assets/components/LogViewer/LogList.vue b/assets/components/LogViewer/LogList.vue index fee86339..536376aa 100644 --- a/assets/components/LogViewer/LogList.vue +++ b/assets/components/LogViewer/LogList.vue @@ -1,5 +1,9 @@