diff options
author | Pjotr Prins | 2016-10-09 11:32:52 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-09 11:32:52 +0000 |
commit | 6e1e943323a101cf6c2980ae62d8329e1ab77d96 (patch) | |
tree | 4970900228eb067a5c78d7a12da24c1c7d213b5c /test | |
parent | 8d1f6f1654965dde737003595b1b4cc0b2c77a8f (diff) | |
parent | a8e93270ceb193f5184245edac8bf928e7a668c2 (diff) | |
download | genenetwork2-6e1e943323a101cf6c2980ae62d8329e1ab77d96.tar.gz |
Merge branch 'mechanize' into testing
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/mapping.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/mapping.rb b/test/lib/mapping.rb index d6a3cd7b..20e5bd40 100644 --- a/test/lib/mapping.rb +++ b/test/lib/mapping.rb @@ -36,6 +36,7 @@ describe MappingTest do json, ({'Content-Type' => 'application/x-www-form-urlencoded'})) form = page.forms_with("marker_regression")[0] + p form form.fields.select { |fld| fld.name == 'dataset' }.first.value.must_equal 'HC_M2_0606_P' form.fields.select { |fld| fld.name == 'value:BXD1' }.first.value.must_equal "15.034" end |