qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
262 stars 191 forks source link

Remove redundant `pass` statement used under exception block of code #478

Closed rohandudam closed 1 month ago

rohandudam commented 1 month ago

Noticed usage of redundant pass statement under mobile app helper file. Please check all modules and remove redundant pass statements.

rohandudam commented 1 month ago

Issue resolved with PR https://github.com/qxf2/qxf2-page-object-model/pull/488