Replaced 'sensible data' with 'sensitive data' since the term 'sensible' fails to provide an accurate depiction of the nature of that data
Set sensible data methods @Deprecated
Updated 'sensible data' to 'sensitive data' in docs
Removed unnecessary unique() call in 'Radio buttons' section of documentation since the value already makes it unique and the call would require the Locator to be casted to PreparedLocator
Added 'Timings View' section to docs
Updated LayoutCheck pixel comparison screenshot in docs
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
@Deprecated
unique()
call in 'Radio buttons' section of documentation since the value already makes it unique and the call would require theLocator
to be casted toPreparedLocator
Type of change
Please delete options that are not relevant.
Checklist: