ljmotta commented on code in PR #3559:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3559#discussion_r3343797462


##########
packages/online-editor/tests-e2e/createFiles/newFile.spec.ts:
##########
@@ -48,11 +48,13 @@ test.describe("New file", () => {
       await expect(page).toHaveScreenshot("new-file-dmn.png");
     });
 
-    test("should create a new PMML file", async ({ page, kieSandbox }) => {
+    test("should create a new PMML file", async ({ page, kieSandbox, 
browserName }) => {
       await page.getByRole("button", { name: "New Scorecard" }).click();
       await expect(page.getByRole("button", { name: "Scorecard Untitled" 
})).toBeAttached();
       await expect(page.getByRole("button", { name: "Scorecard Untitled" 
})).toContainText("Untitled");
-      await expect(kieSandbox.getEditor().getByRole("button", { name: "Set 
Data Dictionary" })).toBeAttached();
+      await expect(kieSandbox.getEditor().getByRole("button", { name: "Set 
Data Dictionary" })).toBeAttached({
+        timeout: 90000,
+      });

Review Comment:
   I believe this can be removed.



-- 
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]

Reply via email to