This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 66a2c1ac651 NO-ISSUE: Skip `BpmnPrTest` and `DmnPrTest` on Chrome
Extension E2E tests (#2327)
66a2c1ac651 is described below
commit 66a2c1ac65166936f8c12979b8a8035829a0196c
Author: Tomáš David <[email protected]>
AuthorDate: Fri May 24 20:43:32 2024 +0200
NO-ISSUE: Skip `BpmnPrTest` and `DmnPrTest` on Chrome Extension E2E tests
(#2327)
---
.../e2e-tests/tests/BpmnPrTest.ts | 4 ++--
.../e2e-tests/tests/DmnPrTest.ts | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/BpmnPrTest.ts
b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/BpmnPrTest.ts
index bc5794368ed..f076a39bc7f 100644
---
a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/BpmnPrTest.ts
+++
b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/BpmnPrTest.ts
@@ -31,9 +31,9 @@ beforeEach(async () => {
tools = await Tools.init(TEST_NAME);
});
-test(TEST_NAME, async () => {
+test.skip(TEST_NAME, async () => {
// TODO create PR in Apache KIE
- const PR_WEB_PAGE =
"https://github.com/tomasdavidorg/chrome-extension-pr-test/pull/2/files";
+ const PR_WEB_PAGE = "";
// open PR and check that source is opened
const gitHubPrPage: GitHubPrPage = await tools.openPage(GitHubPrPage,
PR_WEB_PAGE);
diff --git
a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/DmnPrTest.ts
b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/DmnPrTest.ts
index 686dab3f814..03ea14aee9f 100644
---
a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/DmnPrTest.ts
+++
b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/tests/DmnPrTest.ts
@@ -31,9 +31,9 @@ beforeEach(async () => {
tools = await Tools.init(TEST_NAME);
});
-test(TEST_NAME, async () => {
+test.skip(TEST_NAME, async () => {
// TODO create PR in Apache KIE
- const PR_WEB_PAGE =
"https://github.com/tomasdavidorg/chrome-extension-pr-test/pull/3/files";
+ const PR_WEB_PAGE = "";
// open PR and check that source is opened
const gitHubPrPage: GitHubPrPage = await tools.openPage(GitHubPrPage,
PR_WEB_PAGE);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]