We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd64ae commit bcbb737Copy full SHA for bcbb737
test/functional/ios/driver_test.rb
@@ -124,8 +124,8 @@ def test_default_keyboard_pref
124
ensure
125
@@driver.activate_app(bundle_id)
126
end
127
- assert_equal '0', switches_status['Auto-Correction']
128
- assert_equal '0', switches_status['Predictive']
+ assert_equal '0', switches_status['Auto-Correction'], "Switches are #{switches_status}"
+ assert_equal '0', switches_status['Predictive']], "Switches are #{switches_status}"
129
130
131
# @since Appium 1.15.0
0 commit comments