#7343: SageNB -- Add a Selenium test suite.
----------------------------+-----------------------------------------------
Reporter: timdumol | Owner: boothby
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.2.1
Component: notebook | Keywords:
Work_issues: | Author: Mike Hansen, Tim Joseph Dumol
Reviewer: Mitesh Patel | Merged:
----------------------------+-----------------------------------------------
Changes (by mpatel):
* status: needs_review => positive_review
* reviewer: => Mitesh Patel
Comment:
Version 5:
* Fixes `TestWorksheet.test_edit`.
* Changes `TestWorksheet.test_7341`, for now, to use
{{{
#!python
sel.get_eval('window.evaluate_cell_introspection(1, null, null);')
}}}
instead of
{{{
#!python
self.tab('cell_input_1')
}}}
For some reason, `self.selenium.key_press_native(9)` doesn't
consistently send a TAB character in Firefox 3.5.3, at least for me. I
think the problem is Selenium's.
* Simplifies `TestWorksheetsList.test_searching_for_worksheets`. Is
searching published worksheets broken in sagenb's tip? I see, e.g.,
{{{
exceptions.IOError: [Errno 2] No such file or directory:
'/home/.sage/sage_notebook.sagenb/home/pub/12/worksheet.html
}}}
if I publish a worksheet, visit "Published," and try a search.
Restarting the server fixes the problem.
Anyway, this is great work! To the extent it counts, my review is
positive.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7343#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---