X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41d6ed562487d97353808c6e54e9a608ac16f779..20b17ce2416339b68b598765ed1f7f09e60cd95f:/cypress/integration/banner-tooltip.spec.js diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js index 6156909c89..df84abe916 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); });