e2e`
pull/5370/head
lianahus 12 months ago committed by yann300
parent 0ae8e5ebfe
commit 35e09b2075
  1. 2
      apps/etherscan/src/app/components/HeaderWithSettings.tsx
  2. 2
      apps/remix-ide-e2e/src/tests/walkthrough.test.ts
  3. 2
      libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx

@ -67,7 +67,7 @@ const SettingsIcon: React.FC<IconProps> = ({from}: IconProps) => {
) )
} }
export const HeaderWithSettings: React.FC<Props> = ({title = '', from}) => { export const HeaderWithSettings: React.FC<Props> = ({title = '', from}) => {
return ( return (
<AppContext.Consumer> <AppContext.Consumer>
{() => ( {() => (

@ -15,6 +15,6 @@ module.exports = {
.waitForElementPresent('*[data-id="recorderStartWalkthrough"]') .waitForElementPresent('*[data-id="recorderStartWalkthrough"]')
.click('*[data-id="recorderStartWalkthrough"]') .click('*[data-id="recorderStartWalkthrough"]')
.waitForElementPresent('*[id="remixRecorderWalkthrowTitle"]') .waitForElementPresent('*[id="remixRecorderWalkthrowTitle"]')
.waitForElementPresent('*[id="remixRecorderExpanded"]') .waitForElementPresent('*[data-id="remixRecorderExpanded"]')
} }
} }

@ -72,7 +72,7 @@ export function RecorderUI(props: RecorderProps) {
</span> </span>
</div> </div>
</div> </div>
{ toggleExpander && <div className={`pb-2 flex-column ${toggleExpander ? 'd-flex' : 'd-none'}`} data-id='remixRecorderExpanded'> { toggleExpander && <div className={`pb-2 flex-column d-flex`} data-id='remixRecorderExpanded'>
<div className="mb-1 mt-1 custom-control custom-checkbox mb-1" id='udappRecorderUseLatest'> <div className="mb-1 mt-1 custom-control custom-checkbox mb-1" id='udappRecorderUseLatest'>
<input ref={inputLive} type="checkbox" id="livemode-recorder" className="custom-control-input custom-select" name="input-livemode" /> <input ref={inputLive} type="checkbox" id="livemode-recorder" className="custom-control-input custom-select" name="input-livemode" />
<CustomTooltip <CustomTooltip

Loading…
Cancel
Save