X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fe409e309257b4cb9c255c7e8b74d1f97d7297f6..3cd7b7d270c0dc66df2ada32cf17d37efecc3feb:/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); });