jeffreyguo
jeffreyguo
@aik099 I saw getParent() is in NodeElement.php, so I thought these getXXX methods could be placed here also.
New commit [c499b97]: Added replacement `%nameMatch%` for new method `findByName` and updated comment's format
New commit [0f20bfe]: Corrected the element name for nameselector `name` test
New commit [d832fd6]: Updated expected result from 1 to 11 for `name` test and passed
New commit [ef96fdb]: Updated name selector for partial search
Good question. For automated testing, object identification is the most important thing. Sometimes there is no id, no name, and no one attribute can be relied on. At this case,...
The style of div class "hint" is not working yet. See http://doc.silverstripe.org/en/developer_guides/testing/fixtures/ ``` SapphireTest uses FixtureFactory under the hood when it is provided with YAML based fixtures. ```