352
edits
| Line 156: | Line 156: | ||
* where to call marionette's APIs | * where to call marionette's APIs | ||
* why a page class shouldn't import data from the test | * why a page class shouldn't import data from the test | ||
* All page objects should inherit from <code>Page</code> in page.py. | * All page objects should inherit from <code>Page</code> in page.py. | ||
* Page objects should not do asserts. This should be done within the test. | * Page objects should not do asserts. This should be done within the test. | ||
| Line 261: | Line 260: | ||
== How to use GaiaHeader and GaiaBinaryControl == | == How to use GaiaHeader and GaiaBinaryControl == | ||
TBD - jlorenzo | TBD - jlorenzo | ||
= Submitting and Reviewing Patches = | = Submitting and Reviewing Patches = | ||
edits