Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
8de4d875
Commit
8de4d875
authored
9 years ago
by
raeeschachar
Browse files
Options
Downloads
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
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/test/acceptance/pages/lms/fields.py
+1
-0
1 addition, 0 deletions
common/test/acceptance/pages/lms/fields.py
common/test/acceptance/tests/lms/test_learner_profile.py
+3
-3
3 additions, 3 deletions
common/test/acceptance/tests/lms/test_learner_profile.py
with
4 additions
and
3 deletions
common/test/acceptance/pages/lms/fields.py
+
1
−
0
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
]
...
...
This diff is collapsed.
Click to expand it.
common/test/acceptance/tests/lms/test_learner_profile.py
+
3
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment