Skip to content

Selenium Error Rate

Susan Dreher edited this page Mar 17, 2016 · 18 revisions

Record selenium exceptions as they happen, noting the test & the failure line. Failures organized by feature.

assignment

Failures

  • assignment.feature 2. Student creates assignment response +2

  • And there is an open Composition panel

  • assignment.feature 3. Instructor provides response feedback +4

  • Then the owner is "Me" in the Composition column
    File "/home/travis/build/ccnmtl/mediathread/terrain.py", line 502, in the_owner_is_name_in_the_title_column if owner.text != name: StaleElementReferenceException: Message: {"errorMessage":"Element is no longer attached to the DOM",

  • assignment.feature 4. Assignment Response - visibility rules

  • Whole Class - all class members can view | Published to Class | test_student_two | 1 |

  • assignment.feature 4. Assignment Response - visibility rules

  • Instructor - only author(s) and instructor can view | Submitted to Instructor | test_instructor | 1 |
    File "/home/travis/build/ccnmtl/mediathread/terrain.py", line 235, in there_is_not_a_text_link assert False, "found the '%s' link" % text AssertionError: found the 'Sample Assignment Response' link

  • assignment.feature 4. Assignment Response - visibility rules

  • AssertionError: Cannot find link Published to Class

composition

Failures

  • composition.feature 3. Composition Visibility - Student Viewing Instructor Created Information

  • composition.feature 4. Homepage Composition Visibility - Student/Instructor Viewing Another Student's Compositions + 2

  • public | Whole Class - all class members can view | Published to Class | 1 |
    File "/home/travis/build/ccnmtl/mediathread/terrain.py", line 503, in the_owner_is_name_in_the_title_column if owner.text != name: `StaleElementReferenceException: Message: {"errorMessage":"Element is no longer attached to the DOM","request":

homepage.delete

Failures

  • homepage.delete.feature 4. Student can delete his own response
  • Then there is not a "Sample Assignment Response" link

quickedit

Failures

  • quickedit.feature 2. Instructor creates a selection
  • Then the "Create Selection" form disappears

single_asset_view

Failures

  • single_asset_view.feature 3. Edit global annotation as student +3
  • And I see "Here are my notes"

taxonomy

Notes

  • Tuning to address failures 3/17/2016

Failures

  • taxonomy.feature 7. Delete Term

  • Then there is a "Colors" link

  • taxonomy.feature 2. Duplicate Taxonomy

  • Then there is a "Colors" link

Clone this wiki locally