yesamer commented on PR #3161:
URL:
https://github.com/apache/incubator-kie-tools/pull/3161#issuecomment-2919182369
```
await editor.setContent("loanPreQualification.dmn", await
files.getFile(ExternalFile.LOAN_PRE_QUALIFICATION_DMN));
33 | await expect(editor.get().getByText("Loan
Pre-Qualification", { exact: true })).toBeAttached();
> 34 | await expect(await editor.getFormattedContent()).toEqual(
| ^
35 | await
files.getFormattedFile(ExternalFile.LOAN_PRE_QUALIFICATION_DMN)
36 | );
```
A test is failing, it seems related to your changes.
--
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]