summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-17 16:54:02 +0100
committerMarco Ambrosini <marcoambrosini@pm.me>2021-06-17 16:54:02 +0100
commitfbb10cc0ef2bf96cf7b395b0561d5607cf63c1f5 (patch)
tree626cb4481d4fdc91f0e029f5e21904f2dae4bd02 /src/components
parentd575013901ec8e83adc4d190597526ba92ac9338 (diff)
Update tests
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/LeftSidebar/LeftSidebar.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.spec.js b/src/components/LeftSidebar/LeftSidebar.spec.js
index 815f14dd9..a719bd739 100644
--- a/src/components/LeftSidebar/LeftSidebar.spec.js
+++ b/src/components/LeftSidebar/LeftSidebar.spec.js
@@ -436,7 +436,7 @@ describe('LeftSidebar.vue', () => {
expect(listedEls.at(0).props('item')).toStrictEqual(conversationsList[0])
expect(listedEls.at(1).props('item')).toStrictEqual(conversationsList[1])
- const captionsEls = appNavEl.findAllComponents({ name: 'Caption' })
+ const captionsEls = appNavEl.findAllComponents({ name: 'AppNavigationCaption' })
expect(captionsEls.exists()).toBe(true)
expect(captionsEls.length).toBeGreaterThan(1)
expect(captionsEls.at(0).props('title')).toBe('Conversations')