e2e`
pull/4302/head
lianahus 11 months ago committed by yann300
parent 1e44586e2e
commit a1e6823ccb
  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 (
<AppContext.Consumer>
{() => (

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

@ -72,7 +72,7 @@ export function RecorderUI(props: RecorderProps) {
</span>
</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'>
<input ref={inputLive} type="checkbox" id="livemode-recorder" className="custom-control-input custom-select" name="input-livemode" />
<CustomTooltip

Loading…
Cancel
Save