-
Notifications
You must be signed in to change notification settings - Fork 33
Fix e2e tests & bump dash version to master #120
Conversation
- fix graph test
dev-requirements.txt
Outdated
@@ -1,4 +1,5 @@ | |||
git+git://github.com/plotly/dash@master#egg=dash | |||
git+git://github.com/plotly/dash-core-components@fix-tests-in-renderer#egg=dash_core_components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, who's going to win, this version or the numbered version coming from dash?
Eventually we probably want to move to have CI explicitly clone this (and the other core repos) then build it and install -e
it, then there's no ambiguity (also we're not dependent on committing the build to the repo 🎉 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not think this through. And the pip list | grep dash
line has been removed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And that last change won't tell me anything as I left the version number as is
So essentially the rendering looks fine in Selenium but broken in Percy.. I have no idea why :( 👎 |
@alexcjohnson At this point my thinking is as follow: Revert back to fixing the tests, accepting the delta in Percy (manual testing shows that it displays correctly) and winging the Percy investigation in another issue -- we know Percy does this, this is not a new issue, it just happens to be exposed by the dcc version bump. |
Follow up issue for Percy: https://github.com/plotly/dash-core/issues/43 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 Thanks for making the dash-core issue so we don’t lose track of these bad screenshots.
Fixes https://github.com/plotly/dash-core/issues/19