You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using akephalos with cucumber and capybara. I switched from the selenum driver to akephalos and now I get a lot of failing features due to encoding problems. Since our Features contain German text there are a lot of special characters involved.
Then the "Person (natürlich)" wizard step should be active # features/step_definitions/wizard_steps.rb:9
expected: "Person (natürlich)"
got: "Person (nat\xC3\xBCrlich)" (using ==) (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/wizard_steps.rb:11:in `/^the "([^"]+)" wizard step should be active$/'
The text was updated successfully, but these errors were encountered:
I am using akephalos with cucumber and capybara. I switched from the selenum driver to akephalos and now I get a lot of failing features due to encoding problems. Since our Features contain German text there are a lot of special characters involved.
The text was updated successfully, but these errors were encountered: