Skip to content

Fix data dash acceptance test to wait for text - #1953

Merged
sarina merged 1 commit into
masterfrom
sarina/bugfix-instdash-acceptance
Dec 13, 2013
Merged

Fix data dash acceptance test to wait for text#1953
sarina merged 1 commit into
masterfrom
sarina/bugfix-instdash-acceptance

Conversation

@sarina

@sarina sarina commented Dec 13, 2013

Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

world.wait_for() (in common/djangoapps/terrain/ui_helpers.py) is a better option here, because it will time out after a set amount of time if the text doesn't appear.

Something like: world.wait_for(lambda: world.css_text('#data-student-profiles-table') not in [u'', u'Loading...'])

@sarina

sarina commented Dec 13, 2013

Copy link
Copy Markdown
Contributor Author

@wedaly thanks for the comment - check now?

@wedaly

wedaly commented Dec 13, 2013

Copy link
Copy Markdown
Contributor

👍 Thanks for taking care of this!

sarina added a commit that referenced this pull request Dec 13, 2013
Fix data dash acceptance test to wait for text
@sarina
sarina merged commit bd04ab5 into master Dec 13, 2013
@sarina
sarina deleted the sarina/bugfix-instdash-acceptance branch December 13, 2013 19:49
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Jun 23, 2017
* Fix gap of biz-menu. openedx#1939

* Fix message to save mail-template. openedx#1938

* Fix message to send test-mail. openedx#1934

* Fix current menu of mail management. openedx#1955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants