aboutsummaryrefslogtreecommitdiff
path: root/webtests
diff options
context:
space:
mode:
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;"
"""