Skip to content

Commit ecd16c3

Browse files
committed
append an item in source test
1 parent 371f653 commit ecd16c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/ios/ios/mobile_commands_test.rb

+2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,11 @@ def test_source
113113

114114
json = @driver.execute_script 'mobile: source', { format: :json }
115115
xml = @driver.execute_script 'mobile: source', { format: :xml }
116+
description = @driver.execute_script 'mobile: source', { format: :description }
116117

117118
assert !json.empty?
118119
assert !xml.empty?
120+
assert !description.empty? # get a vanilla xcuitest description data
119121
end
120122
end
121123
end

0 commit comments

Comments
 (0)