@@ -130,12 +130,11 @@ def validate_path(path)
130
130
end
131
131
end
132
132
133
- =begin
134
- Skip:
135
- ios_capabilities # save for iOS tests
136
- absolute_app_path # tested already by starting the driver for this test
137
- server_url # sauce labs only
138
- =end
133
+ # Skip:
134
+ # ios_capabilities # save for iOS tests
135
+ # absolute_app_path # tested already by starting the driver for this test
136
+ # server_url # sauce labs only
137
+
139
138
t 'restart' do
140
139
set_wait 1 # ensure wait is 1 before we restart.
141
140
restart
@@ -146,15 +145,14 @@ def validate_path(path)
146
145
driver . browser . must_equal :Android
147
146
end
148
147
149
- =begin
150
- Skip:
151
- screenshot # this is slow and already tested by Appium
152
- driver_quit # tested by restart
153
- start_driver # tested by restart
154
- no_wait # posts value to server, it's not stored locally
155
- set_wait # posts value to server, it's not stored locally
156
- execute_script # 'mobile: ' is deprecated and plain executeScript unsupported
157
- =end
148
+ # Skip:
149
+ # screenshot # this is slow and already tested by Appium
150
+ # driver_quit # tested by restart
151
+ # start_driver # tested by restart
152
+ # no_wait # posts value to server, it's not stored locally
153
+ # set_wait # posts value to server, it's not stored locally
154
+ # execute_script # 'mobile: ' is deprecated and plain executeScript unsupported
155
+
158
156
t 'default_wait' do
159
157
set_wait 1
160
158
default_wait . must_equal 1
0 commit comments