Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Browser Actions to handle the import error #12

Open
surevs opened this issue Dec 26, 2018 · 2 comments
Open

BUG: Browser Actions to handle the import error #12

surevs opened this issue Dec 26, 2018 · 2 comments
Assignees
Labels
backlog bug Something isn't working

Comments

@surevs
Copy link
Member

surevs commented Dec 26, 2018

==================================== 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 surevs added this to the Penna milestone Dec 26, 2018
@surevs surevs added bug Something isn't working in progress labels Dec 26, 2018
@surevs
Copy link
Member Author

surevs commented Jan 16, 2019

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 surevs removed this from the Penna milestone Jan 17, 2019
@surevs
Copy link
Member Author

surevs commented Jan 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants