diff options
author | Pjotr Prins | 2016-10-11 12:11:32 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-11 12:11:32 +0000 |
commit | f942b4b6c0818010be9b9d245d9e02d2f466f29e (patch) | |
tree | 86650fa8fa7836e7d4c39907174dba98a39c59e9 /test | |
parent | 420fd69ceda63871e9f6755112769c5615ed45f6 (diff) | |
parent | ccfe1f2e1afac31de9d1b2f34ad66ed77a517202 (diff) | |
download | genenetwork2-f942b4b6c0818010be9b9d245d9e02d2f466f29e.tar.gz |
Merge branch 'testing' into chfi
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 |