mohanqxf2

Results 4 issues of mohanqxf2

- added new script "test_weather_shopper_verify_recommendation_text.py" - updated the weather_shopper.py page objects file. - To run the script ` python -m pytest tests/test_weather_shopper_verify_recommendation_text.py --mobile_os_name Android --mobile_os_version 11 --device_name emulator --app_name app-release-v1.2.apk...

In some of the test sccripts, the test output results includes lines related to "mini-checks" even though no mini-checks are defined in the script. ![image](https://github.com/user-attachments/assets/36d0d6db-d2bc-4e91-bf47-2ff1989fa4dd) ![image](https://github.com/user-attachments/assets/eed0c5f2-5b95-4c3e-a26a-0718795a19c7) **Expected Behavior:** The test...

I have updated the following to the test_accessibility.py script: - Changed ‘test_obj.conditional_write’ to ‘test_obj.log_result’ - Updated the logic to fetch only violations[] section from the axe_run results, compare it with...