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
Right now all IT's but ccdm module are running with useDeprecatedV14Bootstrapping flag set to true. This is hiding issues and missing features or bugs when using the client-side bootstraper
platosha
changed the title
CCDM: set useDeprecatedV14Bootstrapping to false in IT's
[Epic] CCDM: set useDeprecatedV14Bootstrapping to false in IT's
Mar 3, 2020
Seems only the test-root-ui-context module keeps using the flag, and the issue mentioned in the comment is closed:
<!-- please remove after https://github.com/vaadin/flow/issues/7559 is fixed -->
<vaadin.useDeprecatedV14Bootstrapping>true</vaadin.useDeprecatedV14Bootstrapping>
The other test module with the flag is text-v14-bootstrap, seems appropriate for that module to keep the flag enabled.
Need to investigate if we can remove the flag in test-root-ui-context also.
Right now all IT's but ccdm module are running with
useDeprecatedV14Bootstrapping
flag set to true. This is hiding issues and missing features or bugs when using the client-side bootstraperProgress:
Disabled tests with known issues
test-embedding
: CCDM: no way to use exported webcomponents #7559test-multi-war
: CCDM: no way to use exported webcomponents #7559test-root-ui-context
: CCDM: no way to use exported webcomponents #7559test-subcontext
: CCDM: links do not work as in V14 hilla#335 CCDM: JavaScriptBootstrapHandler does not support custom UI #13339test-root-context
:BackButtonServerRoundTripIT
- CCDM: history actions do not work as in v14 #7572NavigationTriggerIT
- CCDM: history actions do not work as in v14 #7572HistoryIT
- CCDM: history actions do not work as in v14 #7572PopStateHandlerIT
- CCDM: history actions do not work as in v14 #7572RouterLinkIT
- CCDM: links do not work as in V14 hilla#335FragmentLinkIT
- CCDM: links do not work as in V14 hilla#335PageIT
- CCDM: links do not work as in V14 hilla#335ForwardToIT
- CCDM: event.forwardTo does not work in v15 #7578SetParameterForwardToIT
- CCDM: event.forwardTo does not work in v15 #7578PushRouteNotFoundIT
- CCDM: event.forwardTo does not work in v15 #7578RouterSessionExpirationIT
- CCDM: when invalidating session programatically, previous page is reloaded hilla#334RouterIT
- CCDM: ending slash in route does not work in V15 #7583CustomScrollCallbacksIT
- CCDM: v15 router does not execute scroll handlers on popstate events hilla#333ScrollIT
- CCDM: v15 router does not execute scroll handlers on popstate events hilla#333PreserveOnRefreshIT
- CCDM: UI.getCurrent().getElement().appendChild does not work in V15 hilla#332RequestParametersIT
- CCDM: parameter passed in route are url-encoded in V15 #7589RequestParametersHistoryIT
- CCDM: parameter passed in route are url-encoded in V15 #7589SessionCloseLogoutIT
- CCDM: test SessionCloseLogoutIT fails in bootstrapping v15 #7600Disabled tests in
test-root-context
module that need further investigationCountUIsIT
[put your name here when start working]BrowserWindowResizeIT
[put your name here when start working]DynamicDependencyIT
[put your name here when start working]PaperSliderIT
[put your name here when start working]JavaScriptReturnValueIT
[put your name here when start working]The text was updated successfully, but these errors were encountered: