200085: Fix for sharing dialog, clear on blur
[arvados-workbench2.git] / cypress / integration / banner-tooltip.spec.js
index 6156909c89c054228e55e6584733c5f26cc52b37..df84abe916cf4a656915850548615ab778fe0138 100644 (file)
@@ -94,7 +94,6 @@ describe('Collection panel tests', function () {
 
                     cy.getAll('@banner', '@tooltips')
                         .then(([banner, tooltips]) => {
-                            console.log(tooltips)
                             cy.get('[data-cy=drag-and-drop]').upload(banner, 'banner.html', false);
                             cy.get('[data-cy=drag-and-drop]').upload(tooltips, 'tooltips.json', false);
                         });