[ARVADOS-WORKBENCH2] updated: 1.4.1-344-geac8deef
Git user
git at public.arvados.org
Tue May 26 14:19:39 UTC 2020
Summary of changes:
cypress.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via eac8deef3ffc5d5f63328c3fec23d624d27abbee (commit)
from 8d99878303eb17172a55e151ef5aab32ca428c22 (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 eac8deef3ffc5d5f63328c3fec23d624d27abbee
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Tue May 26 11:18:47 2020 -0300
16118: Changes the testing viewport size to avoid spurious test failures.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/cypress.json b/cypress.json
index e62577e6..ebe064ea 100644
--- a/cypress.json
+++ b/cypress.json
@@ -1,4 +1,6 @@
{
"baseUrl": "https://localhost:3000/",
- "chromeWebSecurity": false
+ "chromeWebSecurity": false,
+ "viewportWidth": 1920,
+ "viewportHeight": 1080
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list