You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): only run "Update Style" when query parameters are set (#2693)
Previously, the page always created an `StyleUpdate` object even when no
related query parameters was set. So the "Update Style" API was always
called.
The object is now only created when query parameters are present. It
lets test the rendering when the API is not called (which is the general
use case).
0 commit comments