User tests: Successful: Unsuccessful:
Add a test for com_privacy to create a request to export the information.
Category | ⇒ | JavaScript Unit Tests |
Status | New | ⇒ | Pending |
Labels |
Added:
?
PR-4.4-dev
|
yes I am working on it
@laoneo The tests are still failing but this time its a new error that I'm familiar with: "Could not instantiate mail function." I faced the same issue in my local environment and found that enabling the SMTP server on MAMP resolved the error. I haven't yet been able to figure out how to change the server configuration through Cypress or the codebase, but I will continue to look after some time to find a solution and update you. In the meantime, I'd appreciate any hints anyone has.
Labels |
Added:
?
|
The code frim com_config can be removed. The mail settings are set during installation already.
When two mails are sent out, can you also test the second mail? And can you add a second test with a menu item?
And the filename should be upper case.
Test is still failing. To simplify the test, you don't have to test for the full content just part of it is enough, so you can test if the second mail contains the body "Someone has created a request to export all personal information". I guess it is hard to test the full body correctly.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-17 08:40:27 |
Closed_By | ⇒ | laoneo | |
Labels |
Removed:
?
|
Nice one, thanks!
finally thanks! :)
There are some code style issues and the test is failing.