-
-
Notifications
You must be signed in to change notification settings - Fork 143
Conversation
This fixes the bug described in #223
💃 |
The tests keep failing on CircleCI (but work locally) and I'm having no luck debugging it! |
@T4rk1n Do you have any idea why these tests are failing on CircleCI? You mentioned something about tests last friday, so I thought maybe you know what's going on here :-) |
Looks good to me apart from the failing test. @valentijnnieman The test work locally. I think the |
45a340a
to
368ecc7
Compare
There's something strange with the test, I tried to change the find element method and add more delay, but it can never find it. |
@T4rk1n Yeah, I couldn't figure it out either. Thanks for trying though! |
@@ -2,6 +2,10 @@ | |||
All notable changes to this project will be documented in this file. | |||
This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
## [0.23.1] | |||
### Fixed | |||
- Fixed bug where Graph wouldn't render if figure.data wasn't set (#223) |
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.
Similarly here - let's use the full link to the issue #223
|
||
self.startServer(app=app) | ||
|
||
graph_rendered = WebDriverWait(self.driver, 10).until( |
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.
Have you tried bumping this up to like, 20?
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.
Yes, didn't change, should put a percy snapshot before the wait so we can see if the graph is actually there.
Maybe lets try rebasing and seeing if the circle issue is fixed? |
This was fixed in #285, closing this. |
This fixes the bug described in #223