18219: Replaces edit props dialog with full editor on details panel.
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index ce711be9e9afa3fa85265d7fbe443c3ead5fca9d..32c1320b867a46720023f407ff0e8e494b7fc9bc 100644 (file)
@@ -137,7 +137,7 @@ describe('Collection panel tests', function () {
                 cy.get('[data-cy=additional-info-icon]').click();
 
                 cy.get('[data-cy=details-panel]').within(() => {
-                    cy.get('[data-cy=property-editor-btn]').click();
+                    cy.get('[data-cy=details-panel-edit-btn]').click();
                 });
                 cy.get('[data-cy=resource-properties-dialog').contains('Edit properties');