diff --git a/apps/remix-ide-e2e/src/tests/plugin_api.ts b/apps/remix-ide-e2e/src/tests/plugin_api.ts index 277b65181f..48405241a2 100644 --- a/apps/remix-ide-e2e/src/tests/plugin_api.ts +++ b/apps/remix-ide-e2e/src/tests/plugin_api.ts @@ -426,7 +426,7 @@ const testModalToasterApi = ` remix.call('notification', 'alert', { message: 'message 2', id: 'test_id_2_' }) const modalContent = { - id: 'test_id_3_' + id: 'test_id_3_', title: 'test with input title', message: 'test with input content', modalType: 'prompt',