aboutsummaryrefslogtreecommitdiff
path: root/webtests
diff options
context:
space:
mode:
authorZachary Sloan2013-08-22 16:58:31 -0500
committerZachary Sloan2013-08-22 16:58:31 -0500
commit73ad2b41c0f9ca45b06de467400184f7b1bd9d91 (patch)
tree30795b961cb18f9990015a7f266ff0db93222096 /webtests
parentb34e262f0371952fdec850483c0929d4f0a858d1 (diff)
downloadgenenetwork2-73ad2b41c0f9ca45b06de467400184f7b1bd9d91.tar.gz
Fixed a couple minor things
Diffstat (limited to 'webtests')
-rw-r--r--webtests/show_trait_js_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webtests/show_trait_js_test.py b/webtests/show_trait_js_test.py
index 7a98af6a..35e6c758 100644
--- a/webtests/show_trait_js_test.py
+++ b/webtests/show_trait_js_test.py
@@ -14,7 +14,7 @@ Choose the type
>>> test.click_option('''//*[@id="tissue"]''', 'Orbital Prefrontal Cortex mRNA')
Enter the Get Any
->>> test.enter_text('''//*[@id="tfor"]''', 'ssh')
+>>> test.enter_text('''//*[@id="tfor"]''', 'shh')
text: shh
Search
@@ -30,7 +30,7 @@ A new window is created, so we switch to it
title: KIN/YSM Human OFC Affy Hu-Exon 1.0 ST (Jul11) Quantile : 3081205: Display Trait
Check that the Calculate Correlations tab is closed (if javascript isn't working, it will be open)
->>> test.get_style('''//*[@id="sectionbody3"]''')
+>>> test.get_element_style('''//*[@id="sectionbody3"]''')
style: "display: none;"
"""