File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/browser-integration-tests/suites/replay/slowClick Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ <h1 id="h2">Bottom</h1>
3333 } ) ;
3434 document . getElementById ( 'mutationIgnoreButton' ) . addEventListener ( 'click' , ( ) => {
3535 setTimeout ( ( ) => {
36- document . getElementById ( 'out' ) . innerHTML += 'mutationButton clicked<br>' ;
36+ document . getElementById ( 'out' ) . innerHTML += 'mutationIgnoreButton clicked<br>' ;
3737 } , 400 ) ;
3838 } ) ;
3939 document . getElementById ( 'mutationDiv' ) . addEventListener ( 'click' , ( ) => {
4040 setTimeout ( ( ) => {
41- document . getElementById ( 'out' ) . innerHTML += 'mutationButton clicked<br>' ;
41+ document . getElementById ( 'out' ) . innerHTML += 'mutationDiv clicked<br>' ;
4242 } , 400 ) ;
4343 } ) ;
4444 document . getElementById ( 'mutationButtonLate' ) . addEventListener ( 'click' , ( ) => {
You can’t perform that action at this time.
0 commit comments