352
edits
| Line 152: | Line 152: | ||
= Use of Libraries = | = Use of Libraries = | ||
== Limited use of conditionals == | == Limited use of conditionals == | ||
* Methods should not contain logic that depends on properties of the page. The logic and expectations should be within the test, and adding this to the page object could guard your tests against genuine failures. | * Methods should not contain logic that depends on properties of the page. The logic and expectations should be within the test, and adding this to the page object could guard your tests against genuine failures. | ||
edits