Changes test for new text

This commit is contained in:
Alberto Garcia Cabeza
2015-09-17 13:47:46 +02:00
parent efe1e58318
commit 73697ca2c0

View File

@@ -457,7 +457,7 @@ feature 'Proposals' do
create(:proposal, title: 'Medium proposal').update_column(:confidence_score, 5)
visit proposals_path
select 'best rated', from: 'order-selector'
select 'most supported', from: 'order-selector'
expect(page).to have_selector('.js-order-selector[data-order="confidence_score"]')