You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to run the test "WebOverview" and got the error:
AttributeError: 'WebOverview' object has no attribute 'driver'
was "setup()" missed in the "WebOverview" or it's expecting some other tests to run before it?
Thanks
The text was updated successfully, but these errors were encountered:
It would help if you copy-pasted the full output, otherwise we are just guessing.
Looking at the code:
classWebOverview(WebTest)
That creates a class WebOverview which is a subclass of WebTest. The WebTest defines a setup() function. So WebOverview has that same setup() function as well.
trying to run the test "WebOverview" and got the error:
AttributeError: 'WebOverview' object has no attribute 'driver'
was "setup()" missed in the "WebOverview" or it's expecting some other tests to run before it?
Thanks
The text was updated successfully, but these errors were encountered: