User tests: Successful: Unsuccessful:
After #153, by default weblinks are created with "Count Clicks" set to "Yes", which means that href
is set to the internal component route and not to the actual URL.
For this reason our tests are now failing when checking the URL.
The fix provided in this PR is to force "Count Clicks" to "No" when creating the test weblink.
Milestone |
Added: 3.4.2 |
Works as expected, thank you @therunnergit!
We need to merge this because of #153 to fix the frontend tests.