19143: Fix selector
[arvados-workbench2.git] / cypress / integration / create-workflow.spec.js
index 056158a87be53928dac85d1239fa0bceac4d56f2..8df8389ffd1a6fbc4683a1fc2405b1d146713ce6 100644 (file)
@@ -78,7 +78,7 @@ describe('Multi-file deletion tests', function () {
             cy.get('[data-cy=new-process-panel]')
                 .within(() => {
                     cy.get('[name=name]').type(`Workflow name (${Math.floor(Math.random() * 999999)})`);
-                    cy.get('[readonly]').click();
+                    cy.contains('input').next().click();
                 });
 
             cy.get('[data-cy=choose-a-file-dialog]').as('chooseFileDialog');