jomarko commented on code in PR #3268:
URL:
https://github.com/apache/incubator-kie-tools/pull/3268#discussion_r2343346913
##########
packages/dmn-editor/tests-e2e/__fixtures__/editor.ts:
##########
@@ -62,4 +62,10 @@ export class Editor {
public async changeTab(args: { tab: TabName }) {
await this.page.getByRole("tab", { name: args.tab }).click();
}
+
+ public async openDecisionWithNamespaceInHref() {
Review Comment:
maybe also this method name could reflect `NamespaceInRequiredDecisionHref`
name, but is minor comment.
--
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]