Refactor process phases pages

This commit is contained in:
Amaia Castro
2017-01-04 11:27:47 +01:00
parent b6b33ff85b
commit 2b6df62dd7
11 changed files with 69 additions and 62 deletions

View File

@@ -69,7 +69,7 @@ feature 'Legislation' do
visit legislation_process_draft_publication_path(process)
expect(page).to have_content("There are no drafts published")
expect(page).to have_content("Nothing published yet")
end
end
@@ -87,7 +87,7 @@ feature 'Legislation' do
visit legislation_process_allegations_path(process)
expect(page).to have_content("There are no drafts published")
expect(page).to have_content("Nothing published yet")
end
end
@@ -105,7 +105,7 @@ feature 'Legislation' do
visit legislation_process_final_version_publication_path(process)
expect(page).to have_content("Results have not been published yet")
expect(page).to have_content("Nothing published yet")
end
end
end