You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/21 18:41:27 UTC

[GitHub] [incubator-superset] graceguo-supercat commented on issue #7552: [cypress] fix accessing a cross-origin frame error

graceguo-supercat commented on issue #7552: [cypress] fix accessing a cross-origin frame error
URL: https://github.com/apache/incubator-superset/pull/7552#issuecomment-494509741
 
 
   The `cross-origin frame error` seems only happens for dashboard test: user save-as a new copy, server-side response a new dashboard id, and page should redirect to new dashboard.
   According to https://docs.cypress.io/guides/guides/web-security.html#Disabling-Web-Security, it is a `JavaScript Redirects`. dashboard was not redirect to subdomain or new domain, but cypress still show error randomly.
   According to solution suggested by cypress, `Set chromeWebSecurity to false in cypress.json and we’ll take care of the rest.`, i am not sure scope config will work, but i can still change to see if it will work.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org