Commit c24d8eb8ccf062e998da42596293cd2662e1d6b8
Committed by
Fabio Teixeira
1 parent
7e2d4d40
Exists in
master
and in
5 other branches
Add demosntration url field for edit software
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/functional/software_test_helper.rb
... | ... | @@ -163,6 +163,7 @@ module SoftwareTestHelper |
163 | 163 | fields_software['operating_platform'] = 'Linux' |
164 | 164 | fields_software['objectives'] = 'This is the objective of the software' |
165 | 165 | fields_software['features'] = 'This software does nothing' |
166 | + fields_software['demonstration_url'] = 'www.test.com' | |
166 | 167 | hash_list << fields_software |
167 | 168 | |
168 | 169 | #Fields for software categories | ... | ... |