[arvados-workbench2] updated: 2.5.0-41-g10558de3
git repository hosting
git at public.arvados.org
Mon Feb 20 18:09:15 UTC 2023
Summary of changes:
cypress/integration/banner-tooltip.spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 10558de3e60bb232f510ea9840808a99aa9e7014 (commit)
from c2a3ebc802391295633d91aaea9448e96349a2b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 10558de3e60bb232f510ea9840808a99aa9e7014
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Feb 20 15:08:55 2023 -0300
19836: Encode to base64 fixture files.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js
index e72c7e7e..20c0df80 100644
--- a/cypress/integration/banner-tooltip.spec.js
+++ b/cypress/integration/banner-tooltip.spec.js
@@ -41,8 +41,8 @@ describe('Collection panel tests', function () {
cy.get('[data-cy=upload-button]').click();
- cy.fixture('files/banner.html', 'utf8').as('banner');
- cy.fixture('files/tooltips.txt', 'utf8').as('tooltips');
+ cy.fixture('files/banner.html', 'base64').as('banner');
+ cy.fixture('files/tooltips.txt', 'base64').as('tooltips');
cy.getAll('@banner', '@tooltips')
.then(([banner, tooltips]) => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list