Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Check if figure has 'data' member set #224

Closed
wants to merge 6 commits into from

Conversation

valentijnnieman
Copy link
Contributor

This fixes the bug described in #223

@chriddyp
Copy link
Member

chriddyp commented Jul 2, 2018

💃

@valentijnnieman
Copy link
Contributor Author

The tests keep failing on CircleCI (but work locally) and I'm having no luck debugging it!

@valentijnnieman
Copy link
Contributor Author

@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 :-)

@T4rk1n
Copy link
Contributor

T4rk1n commented Jul 9, 2018

Looks good to me apart from the failing test.

@valentijnnieman The test work locally. I think the wait_for_element_by_css_selector is broken.

@T4rk1n T4rk1n force-pushed the 223-fix-figure-data branch from 45a340a to 368ecc7 Compare July 9, 2018 15:28
@T4rk1n
Copy link
Contributor

T4rk1n commented Jul 9, 2018

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.

@valentijnnieman
Copy link
Contributor Author

valentijnnieman commented Jul 10, 2018

@T4rk1n Yeah, I couldn't figure it out either. Thanks for trying though!
@bpostlethwaite Do you have any idea what's going on here? Could use your help!

@@ -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)
Copy link
Member

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(
Copy link
Member

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?

Copy link
Contributor

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.

@chriddyp
Copy link
Member

Maybe lets try rebasing and seeing if the circle issue is fixed?

@valentijnnieman
Copy link
Contributor Author

This was fixed in #285, closing this.

@T4rk1n T4rk1n deleted the 223-fix-figure-data branch September 17, 2018 21:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants