diff --git a/apps/remix-ide-e2e/src/tests/proxy.test.ts b/apps/remix-ide-e2e/src/tests/proxy.test.ts index ef587929e4..fc8058579c 100644 --- a/apps/remix-ide-e2e/src/tests/proxy.test.ts +++ b/apps/remix-ide-e2e/src/tests/proxy.test.ts @@ -70,13 +70,13 @@ module.exports = { browser .openFile('myTokenV1.sol') .clickLaunchIcon('solidity') - .pause(5000) + .assert.visible('[data-id="compilerContainerCompileBtn"]') .click('[data-id="compilerContainerCompileBtn"]') .waitForElementPresent('select[id="compiledContracts"] option[value=MyToken]', 60000) .clickLaunchIcon('udapp') .click('select.udapp_contractNames') .click('select.udapp_contractNames option[value=MyToken]') - .pause(5000) + .verify.visible('[data-id="contractGUIDeployWithProxyLabel"]') .waitForElementPresent('[data-id="contractGUIDeployWithProxyLabel"]') .click('[data-id="contractGUIDeployWithProxyLabel"]') .createContract('') diff --git a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx index 42015b36fb..5950d685a4 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx @@ -435,21 +435,13 @@ export function ContractGUI (props: ContractGUIProps) { onChange={(e) => handleDeployProxySelect(e.target.checked)} checked={deployState.deploy} /> - {/* An ERC1967 proxy contract
will be deployed along
with the selected
implementation contract.} - placement={"bottom-start"} - tooltipClasses="text-wrap" - tooltipId="deployWithProxyTooltip" - > */} - {/*
*/}
{props.initializerOptions && @@ -485,12 +477,6 @@ export function ContractGUI (props: ContractGUIProps) { {" "} {inp.name}:{" "} - {/* */} { initializeFields.current[index] = el; @@ -499,7 +485,6 @@ export function ContractGUI (props: ContractGUIProps) { className="form-control udapp_input" placeholder={inp.type} /> - {/* */}
); })} @@ -516,12 +501,6 @@ export function ContractGUI (props: ContractGUIProps) { onChange={(e) => handleUpgradeImpSelect(e.target.checked)} checked={deployState.upgrade} /> - {/* */} - {/* */}