This is an automated email from the ASF dual-hosted git repository.
ccwilliams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 58be31a change viewport dimension (#6123)
58be31a is described below
commit 58be31af3fd0b3ca93b0f5ea5a3549eda6f7c183
Author: Krist Wongsuphasawat <[email protected]>
AuthorDate: Thu Oct 18 11:22:43 2018 -0700
change viewport dimension (#6123)
---
superset/assets/cypress.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/superset/assets/cypress.json b/superset/assets/cypress.json
index 3f410e4..872283c 100644
--- a/superset/assets/cypress.json
+++ b/superset/assets/cypress.json
@@ -2,5 +2,7 @@
"baseUrl": "http://localhost:8081",
"videoUploadOnPasses": false,
"ignoreTestFiles": ["**/!(*.test.js)"],
- "projectId": "fbf96q"
+ "projectId": "fbf96q",
+ "viewportWidth": 1280,
+ "viewportHeight": 800
}