anitab-org / vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
GNU General Public License v2.0
1 stars 4 forks source link

basePage imported incorrectly #441

Closed bob-the-buildr closed 7 years ago

bob-the-buildr commented 7 years ago

In all the pages in pom/pages/ the line from basePage import * is throwing an error during tests. It should be from pom.pages.basePage import *

Himanshi-Khandelwal commented 7 years ago

@bob-the-buildr in my case it is giving error when from pom.pages.basePage import (.venv)himanshi@himanshi-HP-Notebook:~/vms/vms/pom/pages$ python administratorReportPage.py Traceback (most recent call last): File "administratorReportPage.py", line 2, in from pom.pages.basePage import ImportError: No module named pom.pages.basePage

bob-the-buildr commented 7 years ago

Is it not giving errors when you don't change it to pom.pages.basePage? I gave me errors for other pages such as eventsPage, homePage etc.

I couldn't test it after making the changes since I got problems due to proxy in my hostel. I'll check this once again once I fix those problems.

smarshy commented 7 years ago

@bob-the-buildr Closing the issue for now. Please reopen if you are still facing problems