Commit Graph

1292 Commits

Author SHA1 Message Date
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
cahrens
9968622c58 Use waits because MathJax rendering is asynchronous.
TNL-2419
2015-10-22 09:09:46 -04:00
cahrens
05cae8c684 Deprecate end_of_course_survey_url until it can be removed. 2015-10-21 10:36:13 -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
Ned Batchelder
a0c25f88c3 Merge pull request #10279 from edx/ned/cleaner-django-meta
No need for docstrings on "class Meta"
2015-10-21 09:35:40 -04:00
Jesse Zoldak
2e6880f69e Merge pull request #10228 from edx/zoldak/fix-acceptance-select-helpers
Fix the helpers for Select objects by wrapping them in promises
2015-10-21 09:14:46 -04:00
Ned Batchelder
322ca34b20 Remove pylint pragmas from "class Meta"
Also remove useless docstrings where they were added to keep pylint
quiet.
2015-10-21 07:37:00 -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
Jesse Zoldak
6207de94c3 [fixup] fix quality violations 2015-10-16 14:49:21 -04:00
cahrens
c6ba747419 Make HTML for non-editable views more logical.
TNL-3297
2015-10-16 13:40:24 -04:00
Jesse Zoldak
cfe21a70fa Fix the helpers for Select objects by wrapping them in promises 2015-10-16 13:39:07 -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
raeeschachar
e72feeadc1 Merge pull request #10137 from edx/chrome-bok-choy-all-tests-in-own-learner-profile-page-test
Fixed all tests in OwnLearnerProfilePageTest that were failing on Chrome
2015-10-14 17:47:19 +05: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
raeeschachar
b0fd47131e Fixed all tests in OwnLearnerProfilePageTest that were failing on Chrome 2015-10-13 19:36:44 +05: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
raeeschachar
0369a2454e Merge pull request #10132 from edx/chrome-bok-choy-test-as-student-in-alpha-plus-beta
Fixed test, test as student in alpha and beta failing on chrome
2015-10-13 19:16:33 +05:00
raeeschachar
b69cbfa100 Fixed test as student in alpha and beta failing on chrome 2015-10-13 15:50:46 +05: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
Christina Roberts
e884c65aa6 Merge pull request #10106 from edx/christina/tnl-2667
Fix flaky Studio Course Team bok choy tests
2015-10-09 11:43:57 -04:00
Christina Roberts
c1ba907b40 Merge pull request #10109 from edx/christina/tnl-1590
Remove skip from test_annotatable
2015-10-09 11:42:04 -04:00
cahrens
7a3975fe3f Remove skip-- test passed 60 times in Jenkins.
TNL-1590
2015-10-09 09:08:31 -04:00
cahrens
4125e594b0 Fix flaky bok choy tests.
TNL-2667
2015-10-08 16:39:59 -04: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
Matt Drayer
994f8bd7b4 Merge pull request #10075 from edx/saleem-latif/SOL-1266
SOL-1266: Display course numbers in certificate configuration
2015-10-08 08:30:40 -04:00
Saleem Latif
9799d15373 course-number and override course-number added in Certificate Editor View 2015-10-08 11:29:14 +05:00
Eric Fischer
2bbea43d06 Adding Bok Choy Test for HTML editing
TNL-3296 would have been prevented with this test, adding it now to
prevent similar issues in the future. Squashed commit with doc changes,
review feedback, and run-20-times-to-ensure-not-flaky-then-unmark
all included.
2015-10-07 14:09:03 -04:00
Christine Lytwynec
5e1330442d add video a11y test 2015-10-07 10:56:39 -04:00
Christine Lytwynec
ce42ba5655 move existing a11y tests to bokchoy test folder 2015-10-07 10:56:39 -04:00
raeeschachar
ee0cd9e873 Merge pull request #10011 from edx/raees-chrome-bok-choy-test-undo-changes
Fixed 2 bok choy tests failing on chrome
2015-10-07 12:07:52 +05:00
Afeef Janjua
ee203ed930 Merge pull request #10015 from edx/afeef/bugfix/tnl-3258-fix-confirm-navigation-popup-unmodified-group-configurations
TNL-3258 Reset group configuration model when a child content group i…
2015-10-07 11:13:46 +05:00
raeeschachar
cb02b62b7c Fixed test_undo_changes and test_manaul_change that were failing on Chrome 2015-10-06 23:07:49 +05:00
Peter Fogg
dbeb9beb2d Mark flaky tests (TNL-3514 and TNL-3515). 2015-10-05 14:47:25 -04:00
asadiqbal
aec1b95945 SOL-1262 2015-10-05 16:28:28 +05: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
Afeef Janjua
6cc8c47ca0 TNL-3258 Reset group configuration model when a child content group is deleted (+5 squashed commits)
Squashed commits:
[450761c] found an alternative way to restore model when any of the nested model is deleted
[1b7eb85] passed the context to the inner functions
[c87dafd] refactored the model access using encapsulation instead of directly accessing it
[5d025ff] return the promise
[d8d1f50] fixup! quality (+1 squashed commit)
Squashed commits:
[daa7f81] reset the configuration when the model is deleted (+1 squashed commit)
Squashed commits:
[c7f41f7] reverted: skip test_can_delete_unused_content_group due to flakiness
2015-10-02 21:57:32 +05: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
c67bcaefc5 Merge pull request #9948 from edx/peter-fogg/fix-team-membership-count
Fix displaying wrong membership on "My Team" view.
2015-10-01 12:51:32 -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