Updates all active to is-active classes

This commit is contained in:
decabeza
2018-04-17 13:18:49 +02:00
parent 6a812659c3
commit 0bf31bde6c
39 changed files with 113 additions and 113 deletions

View File

@@ -77,7 +77,7 @@ feature 'Legislation' do
choose("I don't know")
click_button "Submit answer"
within(:css, "label.active") do
within(:css, "label.is-active") do
expect(page).to have_content("I don't know")
expect(page).not_to have_content("Yes")
expect(page).not_to have_content("No")