X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/153542362119d734c6d9a03d265ac077d1ed33dd..ced486022308d18befcb1c83676c7d34ecc85f9d:/cypress/integration/banner-tooltip.spec.js diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js index 6156909c..df84abe9 100644 --- a/cypress/integration/banner-tooltip.spec.js +++ b/cypress/integration/banner-tooltip.spec.js @@ -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); });