cahrens
bdd30162ed
Mark as flaky.
...
TNL-3679
2015-10-22 17:08:06 -04:00
cahrens
f7e2830a2a
Move waits into the page objects.
2015-10-22 10:56:45 -04:00
Christina Roberts
125930cf59
Merge pull request #10223 from edx/christina/upgrade-mathjax
...
Upgrade to MathJax 2.5.
2015-10-21 09:44:44 -04:00
Jesse Zoldak
6263356035
Merge pull request #10225 from edx/zoldak/improve-learner-profile-test-code
...
Improve acceptance test code for visiting the learner profile page
2015-10-20 13:48:48 -04:00
cahrens
fbaa4e5e63
Wait for MathJax to render.
2015-10-20 11:54:10 -04:00
Christina Roberts
300bd43172
Merge pull request #9845 from edx/christina/bio-hyperlink
...
Make HTML for non-editable views on leaner profile page more logical
2015-10-16 19:03:47 -04:00
cahrens
c6ba747419
Make HTML for non-editable views more logical.
...
TNL-3297
2015-10-16 13:40:24 -04:00
Jesse Zoldak
0f02744c41
Improve acceptance test code for visiting the learner profile page.
2015-10-16 12:13:22 -04:00
Ben Patterson
c54de688e7
Merge pull request #10129 from edx/benp/more-unique-cohort-bokchoy
...
Make these tests more unique for multiprocessing.
2015-10-15 17:56:14 -04:00
Matt Drayer
3e5ad2989c
Merge pull request #10115 from edx/ziafazal/SOL-1254
...
ziafazal/SOL-1254: Student should see rest of courseware as soon as Entrance Exam is passed
2015-10-15 10:18:21 -04:00
Zia Fazal
2d1ff75ba0
added user’s pass status to problem_check response if problem is in
...
Entrance Exam.
unit test to check presence of entrance_exam_passed
changed based on Matt's feedback
changes after Asad's feedback
2015-10-14 15:38:18 +05:00
Ben Patterson
7adb02ee79
Make these tests more unique for multiprocessing.
2015-10-13 11:41:49 -04:00
Matt Drayer
82a1989a4b
Merge pull request #10112 from edx/saleem-latif/SOL-1281
...
SOL-1281: Setup/conduct automated testing for SOL-1196
2015-10-13 10:24:54 -04:00
Saleem Latif
b55dee8f2e
Bok-Choy test added for SOL-1196 to verify no black box around view certificate note in Progress Tab
2015-10-13 15:13:28 +05:00
raeeschachar
652d3466c1
Fixed test about me field test failing on chrome
2015-10-12 18:28:29 +05:00
Christine Lytwynec
b92d239e47
Merge pull request #10081 from edx/clytwynec/update-bokchoy-0.4.6
...
Clytwynec/update bokchoy 0.4.6
2015-10-08 15:45:22 -04:00
cahrens
99cd1876d7
Fix flaky profile tests.
...
Trying to read the value right after setting it in the bio
field is flaky-- but nobody is using the return value
anyway! There is a test that verifies that the bio field
is properly set, but it uses a different method to get the value.
TNL-2704, TNL-3492, TNL-3514, TNL-2199
2015-10-08 12:38:28 -04:00
Christine Lytwynec
ce42ba5655
move existing a11y tests to bokchoy test folder
2015-10-07 10:56:39 -04:00
Peter Fogg
dbeb9beb2d
Mark flaky tests (TNL-3514 and TNL-3515).
2015-10-05 14:47:25 -04:00
Ben Patterson
c8782f1401
Merge pull request #10024 from edx/benp/tnl-3492-flaky-test
...
Flag test as flaky. See TNL-3492.
2015-10-02 14:10:26 -04:00
Ben Patterson
6570552c8e
Merge pull request #10020 from edx/benp/TNL3489-flag-flaky-test
...
TNL-3489. Flag test as flaky.
2015-10-02 14:04:53 -04:00
Ben Patterson
ecdba7301a
Flag test as flaky. See TNL-3492.
2015-10-02 13:21:26 -04:00
Ben Patterson
ed13815b4f
TNL-3489. Flag test as flaky.
...
See ticket for details.
2015-10-02 10:57:57 -04:00
chrisndodge
4b37d788eb
Merge pull request #9977 from edx/cdodge/flaky-test
...
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
2015-10-01 22:07:20 -04:00
Peter Fogg
ffe2aef41e
Fix displaying wrong membership on "My Team" view.
...
The heart of this fix is to change the "My Team" view to use a
collection of teams instead of memberships. The team card is
refactored to only take a team, rather than attempt to be polymorphic
over teams and team memberships. This change enabled removing a good
amount of old code. This also requires adding a `username` parameter
to the teams list endpoint which allows getting a list of all teams
for a single user, in order to allow refreshing the "My Teams" view
correctly. Currently this list is of length at most one.
TNL-3410
2015-10-01 11:56:15 -04:00
Chris Dodge
ac79909ba5
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
2015-09-30 10:21:50 -04:00
Brian Beggs
d9de52751d
Merge remote-tracking branch 'origin/release' into bbeggs/2015-09-22-release-to-master
2015-09-28 20:58:34 -04:00
Ben Patterson
2fd6add524
Revert "Merge DRF 3.1 in to master"
2015-09-28 17:12:43 -04:00
Will Daly
d11ccad0fc
Upgrade djangorestframework to v3.1
...
* Upgrade edx-submissions
* Upgrade edx-ora2
* Upgrade edx-val
* Upgrade edx-proctoring
* Update all edx-platform code that depends on DRF, including:
- auth_exchange
- cors_csrf
- embargo
- enrollment
- util
- commerce
- course_structure
- discussion_api
- mobile_api
- notifier_api
- teams
- credit
- profile_images
- user_api
- lib/api (OAuth2 and pagination)
2015-09-28 11:52:30 -04:00
Will Daly
8555630df7
Upgrade djangorestframework to v3.1
...
* Upgrade edx-submissions
* Upgrade edx-ora2
* Upgrade edx-val
* Upgrade edx-proctoring
* Update all edx-platform code that depends on DRF, including:
- auth_exchange
- cors_csrf
- embargo
- enrollment
- util
- commerce
- course_structure
- discussion_api
- mobile_api
- notifier_api
- teams
- credit
- profile_images
- user_api
- lib/api (OAuth2 and pagination)
2015-09-25 12:40:57 -04:00
Matt Drayer
e51c4f23d3
Merge pull request #9822 from edx/saleem-latif/SOL-565
...
saleem-latif/SOL-565
2015-09-24 10:19:43 -04:00
clrux
0b64f2d612
Merge pull request #9525 from edx/clrux/ac-76
...
LMS: Course navigation revamp
2015-09-23 14:26:10 -04:00
Ahsan Ulhaq
508ded2673
LMS: course navigation menu refactor
2015-09-23 13:13:18 -04:00
Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Colin-Fredericks
350387c0a9
TNL-3197 Partial Credit (not Dropdown)
...
Updated templates
Updating responsetype tests.
Updating other tests for PC
Putting OptionInput back the way it was.
Acceptance tests for partial credit
Testing tools
pep8
scss name fix
Missing }
icon fix
icon fix
2015-09-22 13:20:39 -04:00
Kevin Falcone
81abdbe81b
Merge pull request #9819 from edx/release
...
Release
2015-09-17 21:30:48 -04:00
Kevin Falcone
dbc0803fc9
Quality fix (team isn't used)
2015-09-17 17:53:11 -04:00
Peter Fogg
0f78989220
Escape team name in screenreader text.
2015-09-17 16:15:50 -04:00
John Eskew
7c0663f25e
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 15:58:08 -04:00
Ben Patterson
754145a180
Rebalance. Shard_5 is getting long comparatively.
2015-09-15 15:19:38 -04:00
Andy Armstrong
f80b6221d9
Fix duplicate calls to search API
...
TNL-3198
Also fixed a regression with the search breadcrumbs
where it wasn't possible to navigate back to the
full list.
2015-09-14 13:32:45 -04:00
Muhammad Shoaib
20a3723544
Merge pull request #9693 from edx/muhhshoaib/fix-flaky-test
...
SOL-1182 Fix of Flaky test in proctored exams.
2015-09-14 13:44:41 +05:00
Bill DeRusha
eec2bed0c7
Add edx-search configuration to lms
...
remove "defensive code" until we can figure out how to actually
catch the errors,
2015-09-11 13:55:39 -04:00
Muhammad Shoaib
a7cec3283a
Fix of Flaky test in proctored exams.
2015-09-11 20:08:58 +05:00
Diana Huang
f37ffc2f03
Add the course as part of the context for teams events.
...
TNL-3248
2015-09-10 17:24:54 -04:00
Eric Fischer
17e6453546
Merge pull request #9520 from edx/efischer/teams-instructor-toolbar
...
Teams Instructor Tools bar
2015-09-10 17:24:39 -04:00
Eric Fischer
65cbab739a
Team deleted and learner removed events
...
Now emitting `edx.team.deleted` event where relevant. Includes tests.
Also includes tests to cover learner_removed events that are fired
as part of the deletion process, as well as learner_removed events
fired from the edit membership view.
Adding these deleted events has brought about a change in the teams
API - the DELETE membership endpoint now takes an optional `admin`
query parameter to differentiate between admin removal and self
removal for analytics purposes.
Also includes some changes needed to get page viewed events working
with admin tools changes made in this PR.
2015-09-10 16:37:04 -04:00
cahrens
3662fbc133
Edit Membership functionality and tests
...
TNL-1913
2015-09-10 16:36:55 -04:00
Peter Fogg
f8da90e533
Merge pull request #9667 from edx/peter-fogg/join-team-redirect
...
Fix redirecting to topics page after joining a team.
2015-09-10 12:46:29 -04:00
Peter Fogg
0c3be8e121
Delete Team functionality and tests
...
TNL-3164 TNL-3163
2015-09-10 12:42:33 -04:00