fix faling e2e

pull/5370/head
Joseph Izang 2 years ago
parent 0b53ea5cf8
commit efabe268eb
  1. 2
      libs/remix-ui/debugger-ui/src/lib/button-navigator/button-navigator.tsx

@ -107,7 +107,7 @@ export const ButtonNavigation = ({ stepOverBack, stepIntoBack, stepIntoForward,
<div className="jumpButtons btn-group py-1">
<button className='btn btn-primary btn-sm navigator jumpButton' id='jumppreviousbreakpoint' data-id="buttonNavigatorJumpPreviousBreakpoint" onClick={() => { jumpPreviousBreakpoint && jumpPreviousBreakpoint() }} disabled={state.jumpPreviousBreakpointDisabled}>
<OverlayTrigger
placement="top-end"
placement="top-start"
overlay={
<Tooltip id="jumppreviousbreakpointTooltip" className="text-nowrap">
<span>{'Jump to the previous breakpoint'}</span>

Loading…
Cancel
Save