Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8de4d875
Commit
8de4d875
authored
Oct 12, 2015
by
raeeschachar
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10128 from edx/chrome-bok-choy-test-about-me-field
Fixed test about me field test failing on chrome
parents
5b07be58
652d3466
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
common/test/acceptance/pages/lms/fields.py
+1
-0
common/test/acceptance/tests/lms/test_learner_profile.py
+3
-3
No files found.
common/test/acceptance/pages/lms/fields.py
View file @
8de4d875
...
...
@@ -182,6 +182,7 @@ class FieldsMixin(object):
Return value of field in `display` or `placeholder` mode.
"""
self
.
wait_for_field
(
field_id
)
self
.
wait_for_ajax
()
return
self
.
q
(
css
=
'.u-field-{} .u-field-value .u-field-value-readonly'
.
format
(
field_id
))
.
text
[
0
]
...
...
common/test/acceptance/tests/lms/test_learner_profile.py
View file @
8de4d875
...
...
@@ -375,10 +375,10 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
Given that I am a registered user.
And I visit my Profile page.
And I set the profile visibility to public and set default values for public fields.
Then I set about me value to `
Eat Sleep Code
`.
Then displayed about me should be `
Eat Sleep Code
` and about me field mode should be `display`
Then I set about me value to `
ThisIsIt
`.
Then displayed about me should be `
ThisIsIt
` and about me field mode should be `display`
And I reload the page.
Then displayed about me should be `
Eat Sleep Code
` and about me field mode should be `display`
Then displayed about me should be `
ThisIsIt
` and about me field mode should be `display`
Then I set empty value for about me.
Then displayed about me should be `Tell other edX learners a little about yourself: where you live,
what your interests are, why you're taking courses on edX, or what you hope to learn.` and about me
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment