File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ exports[`Navigation/Stepper Primary play-test 1`] = `
316316 <span class = " css-mui-classname MuiTouchRipple-ripple MuiTouchRipple-rippleVisible MuiTouchRipple-ripplePulsate"
317317 style = " width: 65.476px; height: 65.476px; top: -15.738px; left: 5.26202px;"
318318 >
319- <span class = " MuiTouchRipple-child MuiTouchRipple-childPulsate" >
319+ <span class = " MuiTouchRipple-child MuiTouchRipple-childLeaving MuiTouchRipple- childPulsate" >
320320 </span >
321321 </span >
322322 </span >
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export const Primary: Story = {
7878
7979 const buttonFinish = canvas . getByTestId ( `${ DATA_CY_DEFAULT } -finish` ) ;
8080 await userEvent . click ( buttonFinish ) ;
81+ await userEvent . unhover ( buttonFinish ) ;
8182
8283 await expect ( onClickMockBack ) . toHaveBeenCalledTimes ( 1 ) ;
8384 await expect ( onClickMockNext ) . toHaveBeenCalledTimes ( 3 ) ;
You can’t perform that action at this time.
0 commit comments