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
chore: Fix int - str comparison error in ios desired capabilities (appium#517)
if number >= PytestXdistWorker.COUNT:
TypeError: '>=' not supported between instances of 'int' and 'str'
2. Updated test case path and iPhone model in Readme file
0 commit comments