Skip to content

Commit 7088169

Browse files
Update android/helper.rb
1 parent 537a8c3 commit 7088169

File tree

1 file changed

+3
-5
lines changed
  • android_tests/lib/android/specs/android

1 file changed

+3
-5
lines changed

android_tests/lib/android/specs/android/helper.rb

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66

77
def page_class_data
88
(<<-TXT).strip
9-
12x android.widget.TextView
10-
4x android.widget.FrameLayout
11-
2x android.widget.LinearLayout
12-
2x android.view.View
9+
14x android.widget.TextView
10+
1x android.view.View
1311
1x android.widget.ListView
14-
1x android.widget.ImageView
12+
1x android.widget.FrameLayout
1513
1x hierarchy
1614
TXT
1715
end

0 commit comments

Comments
 (0)