prodigyqa icon indicating copy to clipboard operation
prodigyqa copied to clipboard

BUG: Browser Actions to handle the import error

Open surevs opened this issue 7 years ago • 2 comments

==================================== ERRORS ====================================
_______________ ERROR collecting Examples/sampleseleniumtest.py ________________
sampleseleniumtest.py:3: in <module>
    from imgqa import BrowserActions
../imgqa/__init__.py:3: in <module>
    from imgqa.browseractions import BrowserActions  # noqa
../imgqa/browseractions.py:32: in <module>
    class BrowserActions(unittest.TestCase):
../imgqa/browseractions.py:107: in BrowserActions
    @page_readiness_wait
E   TypeError: page_readiness_wait() takes exactly 2 arguments (1 given)
=========================== 1 error in 2.87 seconds ============================ERROR: not found: /Users/revanthmvs/Desktop/new_github/imgqa/Examples/sampleseleniumtest.py::TestClass
(no name '/Users/revanthmvs/Desktop/new_github/imgqa/Examples/sampleseleniumtest.py::TestClass' in any of [<Module 'Examples/sampleseleniumtest.py'>])

surevs avatar Dec 26 '18 14:12 surevs

This error occurs when we are converting the page readiness and by validator in the form of decorators, Please try to check for any possibility to fix as it is not a blocker but a good to have from coding stand point.

surevs avatar Jan 16 '19 07:01 surevs

removed the milestone as it is no longer a blocker for current release

surevs avatar Jan 17 '19 10:01 surevs