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>
33
33
} ) ;
34
34
document . getElementById ( 'mutationIgnoreButton' ) . addEventListener ( 'click' , ( ) => {
35
35
setTimeout ( ( ) => {
36
- document . getElementById ( 'out' ) . innerHTML += 'mutationButton clicked<br>' ;
36
+ document . getElementById ( 'out' ) . innerHTML += 'mutationIgnoreButton clicked<br>' ;
37
37
} , 400 ) ;
38
38
} ) ;
39
39
document . getElementById ( 'mutationDiv' ) . addEventListener ( 'click' , ( ) => {
40
40
setTimeout ( ( ) => {
41
- document . getElementById ( 'out' ) . innerHTML += 'mutationButton clicked<br>' ;
41
+ document . getElementById ( 'out' ) . innerHTML += 'mutationDiv clicked<br>' ;
42
42
} , 400 ) ;
43
43
} ) ;
44
44
document . getElementById ( 'mutationButtonLate' ) . addEventListener ( 'click' , ( ) => {
You can’t perform that action at this time.
0 commit comments