Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent 8aaaa65 commit 96726d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var dateFolder = year + month + day;

var titleElement = document.createElement('h1');
titleElement.textContent = 'L1 Devnet Test Report ' + formattedDate;
titleElement.textContent = 'L1 Devnet Test Report ' + dateFolder;

document.body.insertBefore(titleElement, document.body.firstChild);

Expand All @@ -47,4 +47,4 @@ <h1>Stress Test</h1>

<!-- Add more report sections as needed -->
</body>
</html>
</html>

0 comments on commit 96726d6

Please sign in to comment.