Files
ontime/e2e/tests/fixtures/custom-view-test.html
Alex Christoffer Rasmussen 73eff20d08 chore: format (#2030)
* chore: format

* chore: add formatter in CI check

---------

Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
2026-03-24 09:49:22 +01:00

18 lines
380 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Custom View E2E Test</title>
<style>
body {
font-family: sans-serif;
padding: 2rem;
}
</style>
</head>
<body>
<h1 data-testid="custom-view-heading">Custom View E2E Test</h1>
<p>This is a test custom view for end-to-end testing.</p>
</body>
</html>