Skip to content

Commit 45d5229

Browse files
committed
improve coverage
1 parent 2644096 commit 45d5229

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/component/specs/info.cy.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,13 @@ describe('Info component', () => {
309309
panelExpansion: [0, 1, 2],
310310
}
311311
})
312+
313+
// the metadata panel contains default values where there is no data:
314+
cy.get('.metadata-panel.v-expansion-panel--active').should('be.visible')
315+
.contains('(Title)')
316+
.get('.metadata-panel')
317+
.contains('Description')
318+
.get('.metadata-panel')
319+
.contains('URL')
312320
})
313321
})

0 commit comments

Comments
 (0)