Skip to content

Commit f00c2b9

Browse files
committed
Minor update
1 parent c888903 commit f00c2b9

File tree

1 file changed

+1
-2
lines changed
  • tests/playwright/shiny/bugs/2061-css-js-inclusion/js

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
const newParagraph = document.createElement('p');
22
newParagraph.textContent = 'Heyo!';
3-
const bodyElement = document.body;
4-
bodyElement.appendChild(newParagraph);
3+
document.body.appendChild(newParagraph);

0 commit comments

Comments
 (0)