You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use newer app for testing and drop ios 13 and lower versions (#653)
* test: use the newer app for testing
* add download_content
* download content
* use join
* remove ios 13 and lower
* remove old app file names as well
* consider redirect as well up to 5
* remove comment
* remove unnecessary comment
* simplify with case and when
* remove env var after the run
* fix android path
* add workaround to download with ssl for github actions
* add rubocop workaround..
* fix rubocop
* update test for the download
* fix syntax
* change the way to run tests
* modify tests to reduce error
raise ::Appium::Core::Error::ArgumentError,"action: should be member of #{GSM_CALL_ACTIONS}. Not #{action}."
126
-
end
124
+
raise ::Appium::Core::Error::ArgumentError,"action: should be member of #{GSM_CALL_ACTIONS}. Not #{action}."unlessGSM_CALL_ACTIONS.member?action.to_sym
raise ::Appium::Core::Error::ArgumentError,"The state should be member of #{GSM_VOICE_STATES}. Not #{state}."
147
-
end
143
+
raise ::Appium::Core::Error::ArgumentError,"The state should be member of #{GSM_VOICE_STATES}. Not #{state}."unlessGSM_VOICE_STATES.member?state.to_sym
0 commit comments