diff options
author | Pjotr Prins | 2016-10-09 11:24:54 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-09 11:24:54 +0000 |
commit | a8e93270ceb193f5184245edac8bf928e7a668c2 (patch) | |
tree | 959413d180bbc67b6dd5f18da3d825113e7608d3 /test/lib | |
parent | 5bb243958f1ea5b38a359b327e84cb1ea4f38e05 (diff) | |
download | genenetwork2-a8e93270ceb193f5184245edac8bf928e7a668c2.tar.gz |
Tests: change options
Diffstat (limited to 'test/lib')
-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 |