-
- Downloads
[IMP] website: test unsplash beacon
This commit ensures that the unsplash beacon calls home when an unsplash image appears on a page. To achieve this it patches the RPC call when the test URL contains the test name as parameter. The patch cancels the actual beacon call to avoid polluting data during the test, but marks the image as having had its beacon message sent. The test then simply checks if this marker appears on the image. task-3360109 closes odoo/odoo#126026 X-original-commit: a5abc766 Signed-off-by:Outagant Mehdi (mou) <mou@odoo.com>
Showing
- addons/website/static/tests/tours/unsplash_beacon.js 27 additions, 0 deletionsaddons/website/static/tests/tours/unsplash_beacon.js
- addons/website/tests/__init__.py 1 addition, 0 deletionsaddons/website/tests/__init__.py
- addons/website/tests/test_unsplash_beacon.py 23 additions, 0 deletionsaddons/website/tests/test_unsplash_beacon.py
Loading