Index: openacs-4/packages/acs-core-docs/www/automated-testing-best-practices.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/automated-testing-best-practices.html,v diff -u -N -r1.31.2.3 -r1.31.2.4 --- openacs-4/packages/acs-core-docs/www/automated-testing-best-practices.html 27 Jun 2019 18:22:21 -0000 1.31.2.3 +++ openacs-4/packages/acs-core-docs/www/automated-testing-best-practices.html 3 Sep 2021 09:14:49 -0000 1.31.2.4 @@ -17,7 +17,7 @@ if it does not make sense. For example, the subject of a forum post is used to construct a link and if it is " " it will have a link of <a href="..."> </a> which would not be clickable if whitespace was allowed as a valid input. -

  • Doubleclick.  +

  • Double-click.  Make sure that if you submit a form, use the back button, and submit again that the behavior is reasonable (correct behavior depends on what the form is for, but a server error is not reasonable).