pull/1999/head
bunsenstraat 3 years ago
parent 33b0c59028
commit 7a2076eece
  1. 2
      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',

Loading…
Cancel
Save