Skip to content

Commit bcbb737

Browse files
committed
test: add error message
1 parent dbd64ae commit bcbb737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/ios/driver_test.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def test_default_keyboard_pref
124124
ensure
125125
@@driver.activate_app(bundle_id)
126126
end
127-
assert_equal '0', switches_status['Auto-Correction']
128-
assert_equal '0', switches_status['Predictive']
127+
assert_equal '0', switches_status['Auto-Correction'], "Switches are #{switches_status}"
128+
assert_equal '0', switches_status['Predictive']], "Switches are #{switches_status}"
129129
end
130130

131131
# @since Appium 1.15.0

0 commit comments

Comments
 (0)