1
0

Test pass: test_index_options_add_exposure

This commit is contained in:
cryptogopher
2021-01-19 18:53:02 +01:00
parent 07eda42de4
commit 7d096748bf
7 changed files with 26 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class TargetsTest < BodyTrackingSystemTestCase
assert_selector 'div#targets', visible: :yes, exact_text: t(:label_no_data)
end
def test_index_options_add_column
def test_index_options_add_exposure
visit project_targets_path(@project1)
assert_no_selector 'table#targets thead th', text: quantities(:quantities_proteins).name
within 'fieldset#options' do