diff --git a/src/components/common/VnLogValue.vue b/src/components/common/VnLogValue.vue index 05fe540325..df0be40113 100644 --- a/src/components/common/VnLogValue.vue +++ b/src/components/common/VnLogValue.vue @@ -12,6 +12,11 @@ const descriptor = computed(() => descriptorStore.has($props.name)); diff --git a/test/cypress/integration/vnComponent/VnLog.spec.js b/test/cypress/integration/vnComponent/VnLog.spec.js index 0baab21c9a..afe641549d 100644 --- a/test/cypress/integration/vnComponent/VnLog.spec.js +++ b/test/cypress/integration/vnComponent/VnLog.spec.js @@ -24,9 +24,8 @@ describe('VnLog', () => { }); it('should show claimDescriptor', () => { - cy.get('.json-link').first().contains('1'); - cy.get('.json-link').first().click(); + cy.dataCy('iconLaunch-claimFk').first().click(); cy.dataCy('descriptor_id').contains('1'); - cy.get('.json-link').first().click(); + cy.dataCy('iconLaunch-claimFk').first().click(); }); });