Skip to content

Commit

Permalink
[MIGRATION] - Removed wrong comment from e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Aug 8, 2024
1 parent 04bd605 commit 912f443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/process-services-cloud/form-field/json-widget.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('Form Field Component - JSON Widget', () => {
await jsonWidget.clickJsonButton(formWithJson.widgets.displayJsonWidgetId);

await editJsonDialog.checkDialogIsDisplayed();
expect(await editJsonDialog.getDialogContent()).toBe('{ /* empty */ }');
expect(await editJsonDialog.getDialogContent()).toBe('{}');
await editJsonDialog.clickCloseButton();
await editJsonDialog.checkDialogIsNotDisplayed();
});
Expand Down

0 comments on commit 912f443

Please sign in to comment.