Remove focus from specs

This commit is contained in:
rgarcia
2018-07-15 13:58:32 +02:00
parent 38916deb0b
commit 225166a5eb

View File

@@ -443,7 +443,7 @@ feature 'Users' do
expect(page).to have_selector(".activity li.is-active", text: "1 Following")
end
scenario "Gracefully handle followables that have been hidden", :focus do
scenario "Gracefully handle followables that have been hidden" do
active_proposal = create(:proposal)
hidden_proposal = create(:proposal)