diff --git a/apps/remix-ide-e2e/src/tests/recorder.test.ts b/apps/remix-ide-e2e/src/tests/recorder.test.ts index 8e33df2842..7e8748b737 100644 --- a/apps/remix-ide-e2e/src/tests/recorder.test.ts +++ b/apps/remix-ide-e2e/src/tests/recorder.test.ts @@ -414,7 +414,6 @@ const liveModeScenario = { "account{0}": "0x5B38Da6a701c568545dCfcB03FcB875f56beddC4" }, "linkReferences": {}, - "live": true, "transactions": [ { "timestamp": 1656329164297, diff --git a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx index eac98c0812..e7fb5c9795 100644 --- a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx @@ -27,8 +27,7 @@ export function RecorderUI (props: RecorderProps) {
{props.count}
- Save transactions (deployed contracts and function executions) and replay then in an - another environment.
e.g Transactions created in Javascript VM can be replayed in the Injected Web3. + Save transactions (deployed contracts and function executions) and replay them in another environment.
e.g Transactions created in Javascript VM can be replayed in the Injected Web3.
}> @@ -44,12 +43,12 @@ export function RecorderUI (props: RecorderProps) {
- +
- Save {props.count} transaction(s) to JSON. + Save {props.count} transaction(s) as scenario file. }> @@ -57,7 +56,7 @@ export function RecorderUI (props: RecorderProps) { - Run Transaction from the current scenario file. + Run transaction(s) from the current scenario file. }>