tenthe commented on code in PR #3136:
URL: https://github.com/apache/streampipes/pull/3136#discussion_r1716340954


##########
ui/cypress/tests/assetManagement/createAsset.spec.ts:
##########
@@ -42,20 +42,15 @@ describe('Creates a new adapter, add to assets and export 
assets', () => {
         cy.dataCy('asset-name').type('Test asset');
         cy.dataCy('save-data-view').click();
         cy.dataCy('edit-asset-button').click();
+        cy.get('.mdc-tab__text-label').contains('Asset 
Links').parent().click();
+        cy.dataCy('assets-manage-links-button', { timeout: 5000 }).should(
+            'be.enabled',
+        );
         cy.dataCy('assets-manage-links-button').click();
 
         // Added twice, because cypress wouldn't accept single click

Review Comment:
   Comment can also be removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to