Changes allegations dates label

This commit is contained in:
decabeza
2018-09-18 19:25:06 +02:00
parent c1d705ff30
commit a1bbc82c8d
5 changed files with 7 additions and 5 deletions

View File

@@ -74,7 +74,9 @@ feature 'Legislation Draft Versions' do
expect(page).to have_content("Final body")
expect(page).not_to have_content("See all comments")
expect(page).not_to have_content("Comments")
within(".draft-panels") do
expect(page).not_to have_content("Comments")
end
end
end
end