diff --git a/.travis.yml b/.travis.yml index ffc6bbc203..0a7161338d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,9 +101,6 @@ jobs: - name: 'Integration Testing 2' <<: *integration-testing - - - name: 'Integration Testing 3' - <<: *integration-testing # ----- NPM PUBLISH ----- - stage: 'Publish' diff --git a/client/public-ie11/package.json b/client/public-ie11/package.json index 1753a6b831..ef0c6f40ed 100644 --- a/client/public-ie11/package.json +++ b/client/public-ie11/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/client-ie11", - "version": "1.0.0-bbqseb.41.0", + "version": "1.0.0-next.1", "description": "Javascript library supporting consumers of the Luigi framework", "license": "Apache-2.0", "main": "luigi-client-ie11.js", diff --git a/client/public/package.json b/client/public/package.json index 9e7d8c8c87..ab240cab17 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/client", - "version": "1.0.0-bbqseb.41.0", + "version": "1.0.0-next.1", "description": "Javascript library supporting consumers of the Luigi framework", "license": "Apache-2.0", "main": "luigi-client.js", diff --git a/core/public-ie11/package.json b/core/public-ie11/package.json index e4a9b82dd1..099a6e82d8 100644 --- a/core/public-ie11/package.json +++ b/core/public-ie11/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/core-ie11", - "version": "1.0.0-bbqseb.41.0", + "version": "1.0.0-next.1", "description": "Javascript library supporting consumers of the Luigi framework with Internet Explorer 11 capability", "license": "Apache-2.0", "main": "luigi-ie11.js", diff --git a/core/public/package.json b/core/public/package.json index 13d21ba849..5088e5935d 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/core", - "version": "1.0.0-bbqseb.41.0", + "version": "1.0.0-next.1", "description": "Javascript library supporting consumers of the Luigi framework", "license": "Apache-2.0", "main": "luigi.js", diff --git a/core/src/services/iframe.js b/core/src/services/iframe.js index 53099eb46b..f6c3049d03 100644 --- a/core/src/services/iframe.js +++ b/core/src/services/iframe.js @@ -283,8 +283,6 @@ class IframeClass { const message = ['init', JSON.stringify(componentData.context)]; IframeHelpers.sendMessageToIframe(config.iframe, message); }); - } else if (!config.isFallbackFrame) { - this.setOkResponseHandler(config, component, node); } } } else { diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 7202bec551..6cc34dea43 100644 --- a/plugins/auth/public/auth-oauth2/package.json +++ b/plugins/auth/public/auth-oauth2/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/plugin-auth-oauth2", - "version": "1.0.0-bbqseb.41.0", + "version": "1.0.0-next.1", "description": "OAuth2 implicit grant provider plugin for @luigi-project/core", "license": "Apache-2.0", "main": "plugin.js", diff --git a/plugins/auth/public/auth-oidc/package.json b/plugins/auth/public/auth-oidc/package.json index 51a41b6a8c..1cbc15fb66 100644 --- a/plugins/auth/public/auth-oidc/package.json +++ b/plugins/auth/public/auth-oidc/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/plugin-auth-oidc", - "version": "1.0.0-bbqseb.41.0", + "version": "1.0.0-next.1", "description": "OpenID Connect provider plugin for @luigi-project/core", "license": "Apache-2.0", "main": "plugin.js", diff --git a/test/e2e-test-application/e2e/tests/microfrontends.spec.js b/test/e2e-test-application/e2e/tests/microfrontends.spec.js index acd35aa72e..c8692376c8 100644 --- a/test/e2e-test-application/e2e/tests/microfrontends.spec.js +++ b/test/e2e-test-application/e2e/tests/microfrontends.spec.js @@ -139,6 +139,7 @@ describe('SplitView Microfrontend', () => { } ]; tests.forEach(test => { + cy.wait(50); test.buttonsVisible.forEach((enabled, index) => { cy.splitViewButtons($iframeBody) .contains(buttons[index])