diff --git a/tests/frontend/AboutPage.test.js b/tests/frontend/AboutPage.test.js index a0b3e558..2e516398 100644 --- a/tests/frontend/AboutPage.test.js +++ b/tests/frontend/AboutPage.test.js @@ -118,8 +118,9 @@ describe("AboutPage.vue", () => { expect(wrapper.text()).toContain("hash2"); expect(wrapper.text()).toContain("about.dependency_chain"); - expect(wrapper.text()).toContain("about.dep_lxmf_subtitle"); - expect(wrapper.text()).toContain("about.dep_rns_subtitle"); + expect(wrapper.text()).toContain("LXMFy"); + expect(wrapper.text()).toContain("LXMF"); + expect(wrapper.text()).toContain("RNS"); expect(wrapper.text()).toContain("about.backend_stack"); expect(wrapper.text()).toContain("aiohttp"); diff --git a/tests/frontend/ConversationViewerReactions.test.js b/tests/frontend/ConversationViewerReactions.test.js index c678c620..12509ff9 100644 --- a/tests/frontend/ConversationViewerReactions.test.js +++ b/tests/frontend/ConversationViewerReactions.test.js @@ -274,7 +274,7 @@ describe("ConversationViewer reactions", () => { }); wrapper.vm.$refs.reactionPickerPanel = panel; wrapper.vm.onReactionPickerDragStart({ clientX: 1, clientY: 2 }); - expect(typeof wrapper.vm._reactionDragCleanup).toBe("function"); + expect(typeof wrapper.vm.reactionDragCleanup).toBe("function"); wrapper.unmount(); expect(() => { document.dispatchEvent(new Event("touchmove"));