ljmotta commented on code in PR #2463:
URL:
https://github.com/apache/incubator-kie-tools/pull/2463#discussion_r1678224929
##########
packages/pmml-editor/e2e-tests/e2e/data-dictionary.cy.ts:
##########
@@ -17,12 +17,9 @@
* under the License.
*/
-import { env } from "../../env";
-const buildEnv = env;
-
describe("Data Dictionary Test", () => {
beforeEach(() => {
- cy.visit(`http://localhost:${buildEnv.pmmlEditor.dev.port}/`);
+ cy.visit(`http://localhost:9005/`);
Review Comment:
The `build-env` is written in CJS and the tests are using ESM. Jest can't
handle both, what I can try to do, is to pass the `port` from the CLI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]