Rename a boilerplate file.

This commit is contained in:
Michael Mintz 2018-02-02 14:24:02 -05:00
parent 927cdf8410
commit d7f7a94a04
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class CheckoutPage(object):
# Now you can do something like this in your test files:
from master_class import MasterTestCase
from pom_lib.page_selectors import HomePage, ShoppingPage, CheckoutPage
from pom_lib.page_objects import HomePage, ShoppingPage, CheckoutPage
class MyTests(MasterTestCase):