Fix the LaTeX problems/HTML so high level source is saved. - #169
Conversation
|
Fixed the json for discussion topics test, but 2 errors: Scenario: Test editing key value Latex high level source failed but looks like timing? And when I view the High Level Source I see my changes On Fri, Jun 14, 2013 at 3:16 PM, Christina Roberts <notifications@github.com
|
|
+1 on coffee change |
|
The tests worked for me as is... attempt = 0
while attempt < 3:
try:
world.css_find(".CodeMirror")[index].click()
break
except:
attempt += 1 |
|
I am closing this PR because I have merged with Jonah's changes in a new branch. See #186. |
removing {marketing,marketing-ie,print}.scss from PIPELINE_CSS
…ation-logging mattdrayer/api-migration-logging: Added logging to script exceptions
Caijim/emaillist
SECURITY FIX : Fix CAPA Problems
…x/fix-multichoice-adv-settings Update advanced settings JS to multichoice settings fields
Adds an integration test that verifies the bug fix.
Create helper method for typing in CodeMirror (which hopefully will now work on Mac as well).
@dmitchell Please try running the tests on your machine
@JonahStanley can you code review the tests? I do have two waits in the test, which I'd love to get rid of. I think I just need to figure out the right things to wait on.
@cdodge Can you code review the "hack" code that I restored in module_edit.coffee? This is code that was there previously, and it was how we saved all the metadata values. Now the only thing that will get picked up is source_code, as the other fields won't be marked with the class we are looking for.
@ichuang FYI, here is my pull request.