[4.4] Cypress test for popular articles in mod_articles_popular#40189
[4.4] Cypress test for popular articles in mod_articles_popular#40189laoneo merged 1 commit intojoomla:4.4-devfrom
Conversation
|
Surely thats just testing if the module loads something and not that it loads something popular |
It would indeed be nicer to load, for example, the last five articles with one of them with the title of the test article. I've tried that but haven't gotten it done yet. |
|
For now this is ok, we can always add more tests in the future when we get more experience. |
|
@laoneo very easy to change
[EDIT I can make a new pr] |
|
Note; It would then be nice to use an if statement if there are no articles yet |
|
Tests should not have conditions and you have to always assume the database is empty. So you have to setup tthe database in a way you want to test it. |
|
Thanks |


Pull Request for Issue # .
Add mod_articles_popular system test.