[ARVADOS-WORKBENCH2] updated: 2.1.0-289-g616c6a8f
Git user
git at public.arvados.org
Mon Apr 19 19:47:15 UTC 2021
Summary of changes:
cypress/plugins/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 616c6a8fc610bc94b4d257a5d7de6b4de1e8a32c (commit)
from aa2fde93e604c3f04b3a228d68b9627d79e6ba76 (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 616c6a8fc610bc94b4d257a5d7de6b4de1e8a32c
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Mon Apr 19 21:46:37 2021 +0200
17415: Fixed failing test
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js
index 132f9b0d..18ce9ba2 100644
--- a/cypress/plugins/index.js
+++ b/cypress/plugins/index.js
@@ -26,7 +26,7 @@ module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
on("before:browser:launch", (browser = {}, launchOptions) => {
- const downloadDirectory = path.join(__dirname, "..", "downloads");
+ const downloadDirectory = path.resolve(path.join(__dirname, "..", "downloads"));
if (browser.family === 'chromium' && browser.name !== 'electron') {
launchOptions.preferences.default["download"] = {
default_directory: downloadDirectory
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list