Enable previously disabled test scenarios
This commit is contained in:
@@ -490,7 +490,7 @@ feature 'Commenting debates' do
|
||||
end
|
||||
end
|
||||
|
||||
xscenario 'Trying to vote multiple times', :js do
|
||||
scenario 'Trying to vote multiple times', :js do
|
||||
visit debate_path(@debate)
|
||||
|
||||
within("#comment_#{@comment.id}_votes") do
|
||||
|
||||
@@ -567,7 +567,7 @@ feature 'Commenting legislation questions' do
|
||||
end
|
||||
end
|
||||
|
||||
xscenario 'Trying to vote multiple times', :js do
|
||||
scenario 'Trying to vote multiple times', :js do
|
||||
visit legislation_process_draft_version_annotation_path(@legislation_annotation.draft_version.process,
|
||||
@legislation_annotation.draft_version,
|
||||
@legislation_annotation)
|
||||
|
||||
@@ -513,7 +513,7 @@ feature 'Commenting legislation questions' do
|
||||
end
|
||||
end
|
||||
|
||||
xscenario 'Trying to vote multiple times', :js do
|
||||
scenario 'Trying to vote multiple times', :js do
|
||||
visit legislation_process_question_path(@legislation_question.process, @legislation_question)
|
||||
|
||||
within("#comment_#{@comment.id}_votes") do
|
||||
|
||||
Reference in New Issue
Block a user