Commit e1b15dd9 authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Remove comments (Does not need to wait)

parent 67e765be
...@@ -26,9 +26,6 @@ class TestUNGDocs(UNGTestMixin): ...@@ -26,9 +26,6 @@ class TestUNGDocs(UNGTestMixin):
self.selenium.open(url + "/WebIllustration_viewEditor?" self.selenium.open(url + "/WebIllustration_viewEditor?"
"editable_mode:int=1") "editable_mode:int=1")
self.selenium.wait_for_page_to_load("30000") self.selenium.wait_for_page_to_load("30000")
#XXX had to change
#self.selenium.wait_for_condition("selenium.isElementPresent(\"//ellipse[@id='svg_1']\")", "9000")
self.selenium.select_frame("//iframe[@id='svgframe']") self.selenium.select_frame("//iframe[@id='svgframe']")
self.selenium.wait_for_condition("window.document.getElementById" self.selenium.wait_for_condition("window.document.getElementById"
"('svg_1')", "1000") "('svg_1')", "1000")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment