Skip to content

Commit 1ef65cc

Browse files
mydearyan953
andauthored
Apply suggestions from code review
Co-authored-by: Ryan Albrecht <ryan.albrecht@sentry.io>
1 parent 998906e commit 1ef65cc

File tree

1 file changed

+2
-2
lines changed
  • packages/browser-integration-tests/suites/replay/slowClick

1 file changed

+2
-2
lines changed

packages/browser-integration-tests/suites/replay/slowClick/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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', () => {

0 commit comments

Comments
 (0)