A new rule to validate footer
To make sure that the correct copyright text is used at the footer of the pages.
- A footer should be present in the website.
- The footer should contain my copyright text
(c) sonarwhal
.
<footer>
<div>
Whatever
</div>
</footer>
<footer>
<div>
(c) sonarwhal
</div>
</footer>
Yes. The target string to be checked can be configured using
stringToBeIncluded
property.