Skip to content

Commit 1372e64

Browse files
authored
fix typo (#467)
1 parent a5ddd4a commit 1372e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/appium_lib/ios/element/text.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# UIAStaticText|XCUIElementTypeStaticText methods
22
module Appium
33
module Ios
4-
IAStaticText = 'UIAStaticText'.freeze
4+
UIAStaticText = 'UIAStaticText'.freeze
55
XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze
66

77
# @return [String] Class name for text
88
def static_text_class
9-
automation_name_is_xcuitest? ? XCUIElementTypeStaticText : IAStaticText
9+
automation_name_is_xcuitest? ? XCUIElementTypeStaticText : UIAStaticText
1010
end
1111

1212
# Find the first UIAStaticText|XCUIElementTypeStaticText that contains value or by index.

0 commit comments

Comments
 (0)