18834: Unit tests added
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index 2ce6bcd55db312b3da5d98d8f39b7fb5233c326d..74acd056ffdd21e45f8f8cafb543e7447542982e 100644 (file)
@@ -974,8 +974,9 @@ describe('Collection panel tests', function () {
                             cy.get('[data-cy=drag-and-drop]').upload(content, '5mb_b.bin');
                             cy.get('[data-cy=form-submit-btn]').click();
                             cy.get('[data-cy=form-submit-btn]').should('not.exist');
-                            cy.get('[data-cy=collection-files-panel]')
+                            cy.get('[data-cy=collection-files-right-panel]')
                                  .contains('5mb_b.bin').should('exist');
+                            
                         });
                     });
                 });