Skip to content

Commit

Permalink
Fix kte tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuehly committed Nov 1, 2023
1 parent fb4d718 commit c3268d9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class KteIntegrationTest(
<html>
<nav>This is a Navbar</nav>
<body id="layoutviewcomponent">
<div id="actionviewcomponent" style="display: contents;">
<html>
<head>
<script src="http://localhost:35729/livereload.js"></script>
Expand Down Expand Up @@ -146,7 +145,6 @@ class KteIntegrationTest(
</form>
</body>
</html>
</div>
</body>
<footer>This is a footer</footer>
</html>
Expand All @@ -162,9 +160,8 @@ class KteIntegrationTest(
<html>
<nav>This is a Navbar</nav>
<body id="layoutviewcomponent">
<div id="simpleviewcomponent" style="display: contents;">
<div><h2>This is the SimpleViewComponent</h2>
<div>Hello World</div></div></div></body>
<div>Hello World</div></div></body>
<footer>This is a footer</footer></html>
""".trimIndent()
assertEndpointReturns("/layout", expectedHtml)
Expand Down

0 comments on commit c3268d9

Please sign in to comment.