Skip to content

Commit 435eac0

Browse files
Fix name
e_* methods always have e first
1 parent 050734f commit 435eac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/appium_lib/element/text.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def s_texts
1111

1212
# Get an array of text elements.
1313
# @return [Array<Text>]
14-
def s_e_texts
14+
def e_s_texts
1515
find_eles :text
1616
end
1717

@@ -40,4 +40,4 @@ def s_text text
4040
# @return [Text]
4141
def s_text_exact text
4242
find_ele_by_text :text, text
43-
end
43+
end

0 commit comments

Comments
 (0)