B2G/QA/Automation/Style Guide: Difference between revisions

Jump to navigation Jump to search
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
== General ==
* 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 =
352

edits

Navigation menu