Skip to content

Commit

Permalink
[DOC] Improve testing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 30, 2023
1 parent e74729a commit cd31e1a
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions Documentation/DeveloperGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,25 @@ It is recommenced to install T3extblog in TYPO3'S default Bootstrap Package.

**Quick test procedure**

Make sure to have all related pages, folders and blog categories localized!

* Create a new post and translate it
* Add comment with subscription (saved but marked as SPAM) -> admin email sent
* Mark as non SPAM using the dashboard (T3extblog BE module) -> subscription mail sent
* Add comment with subscription (saved but marked as SPAM)
* admin email sent
* Mark as non SPAM using the dashboard (in blog BE module)
* subscription mail sent
* Confirm subscription by email link (check localization and link)
* When in subscription manager, add new article subscription
* Add another comment (saved but marked as SPAM) -> admin email sent
* Edit the comment record you just created in "list" module
* Un-check the SPAM checkbox, save record -> new comment mail sent (check localization and link)
* Add a valid comment for the translated post -> new comment mail sent (check localization and link)
* Make sure there a two comments displayed for the default language post and only one for the localized post
* When in subscription manager -> add new article subscription
* Add another comment (saved but marked as SPAM)
* admin email sent
* Edit the comment record you just created (in list BE module)
* Un-check the SPAM checkbox, save record
* new comment mail sent (check localization and link)
* Add a valid comment for the translated post
* admin mail sent (check localization and link)
* Make sure there
* are two comments displayed for the default language post and only one for the localized post
* is no "new comment" email for the default language subscription
* Click envelope icon in "all post" view (T3extblog BE module) -> New post subscription mail sent
* Check dashboard blog widgets functionality

Expand Down

0 comments on commit cd31e1a

Please sign in to comment.