Skip to content

Commit

Permalink
fix(#3369): Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Dec 5, 2024
1 parent b7b7173 commit a79fb46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/cypress/support/utils/connect/OpcUaUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export class OpcUaUtils {
// Wait for the first static property to be rendered
cy.dataCy(adapterInput.adapterConfiguration[0].selector, {
timeout: 10000,
})
//.scrollIntoView()
.should('be.visible');
}).should('be.visible');
// Validate that no error is not shown when nothing is configured
cy.dataCy('reloading-nodes', { timeout: 3000 }).should('not.exist');
ErrorMessageUtils.getExceptionComponent().should('not.exist');
Expand Down

0 comments on commit a79fb46

Please sign in to comment.