Skip to content

Commit 46a96f5

Browse files
chore(deps-dev): update rubocop requirement from = 1.69.2 to = 1.70.0 (#583)
* chore(deps-dev): update rubocop requirement from = 1.69.2 to = 1.70.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * remove unused line --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <fly.49.89.over@gmail.com>
1 parent 5c08719 commit 46a96f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appium_lib_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency 'minitest-reporters', '~> 1.1'
3030
spec.add_development_dependency 'parallel_tests'
3131
spec.add_development_dependency 'rake', '~> 13.0'
32-
spec.add_development_dependency 'rubocop', '1.69.2'
32+
spec.add_development_dependency 'rubocop', '1.70.0'
3333
spec.add_development_dependency 'simplecov'
3434
spec.add_development_dependency 'steep', '~> 1.7.0'
3535
spec.add_development_dependency 'webmock', '~> 3.24.0'

test/test_helper.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,7 @@ def android(activity_name = nil)
305305
}
306306

307307
# settins in caps should work over Appium 1.13.0
308-
if cap[:capabilities][:automationName] == 'uiautomator2' && (
309-
AppiumLibCoreTest.appium_version == 'beta' || AppiumLibCoreTest.appium_version == 'next'
310-
)
308+
if cap[:capabilities][:automationName] == 'uiautomator2'
311309
cap[:capabilities]['settings[trackScrollEvents]'] = false
312310
# reduce possible slowness
313311
# https://developer.android.com/reference/androidx/test/uiautomator/Configurator#setActionAcknowledgmentTimeout(long)

0 commit comments

Comments
 (0)