fixed mypy error and change source var by rpallavisharma · Pull Request #15853 · SeleniumHQ/selenium
ran this - pytest bazel-selenium/py/test/selenium/webdriver/common/w3c_interaction_tests.py
got these errors
bazel-selenium/py/test/selenium/webdriver/common/w3c_interaction_tests.py::test_touch_pointer_properties FAILED
E AssertionError: assert 9 == 7
E + where 9 = len([{'altKey': False, 'altitudeAngle': 1.1827416313714896, 'azimuthAngle': 5.932221251670766, 'button': 0, ...}, {'altKey': False, 'altitudeAngle': 1.1827416313714896, 'azimuthAngle': 5.932221251670766, 'button': 0, ...}, {'altKey': False, 'altitudeAngle': 1.1827416313714896, 'azimuthAngle': 5.932221251670766, 'button': 0, ...}, {'altKey': False, 'altitudeAngle': 0.4818905427524743, 'azimuthAngle': 1.7518731617179564, 'button': -1, ...}, {'altKey': False, 'altitudeAngle': 1.5707963267948966, 'azimuthAngle': 0, 'button': -1, ...}, {'altKey': False, 'altitudeAngle': 1.5707963267948966, 'azimuthAngle': 0, 'button': -1, ...}, ...])
py/test/selenium/webdriver/common/w3c_interaction_tests.py:251: AssertionError
@navin772 -- i don't think it is related. is it?