-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Regenerates Omnifixture #15520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerates Omnifixture #15520
Conversation
Most tests are working again, but there are a few changes left that don't seem correct. @tsteur @diosmosis Do you know if that change is correct: The additional action says something about that it shouldn't be tracked in that visit. Not sure if that changed in the last months or if something is broken 🤔 |
Looking at the |
Had another look. Seems that change is related to #14360. Will check and improve the test, so it does what it is intended to. |
9000ebf
to
1273b7d
Compare
918e4ac
to
82db72e
Compare
58ad20c
to
4867c46
Compare
// &segment= value is not sanitized, since segments are designed to accept any user input | ||
if(param != 'segment') { | ||
// &segment= (and &popover=) value is not sanitized, since segments are designed to accept any user input | ||
if(param != 'segment' && param != 'popover') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was required in order to fix a UI test with XSS values. The popover param made problems for row evolution with labels containing special chars. Closing the popover didn't remove the param from url without that change.
Omnifixture is up to date with latest 4.x-dev. Some tests are still failing.
and two tests using the segment editor are failing because of #15719. Those should work again afterwards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files and image changes look good, I guess we can create an issue to fix the OneClickUpdate test? It's probably some issue that needs to be fixed when updating from 3.x to 4.x via one click update.
It's been about 9 months since the Omnifixture has been regenerated. As there have been a lot changes to various fixtures, there are a lot changes in the exptected UI files. Especially in the tracked visitors & numbers