summaryrefslogtreecommitdiff
path: root/lex-serve/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lex-serve/main_test.go')
-rw-r--r--lex-serve/main_test.go11
1 files changed, 10 insertions, 1 deletions
diff --git a/lex-serve/main_test.go b/lex-serve/main_test.go
index 4783fb3..bd284a8 100644
--- a/lex-serve/main_test.go
+++ b/lex-serve/main_test.go
@@ -47,9 +47,18 @@ func TestStartPage(t *testing.T) {
<body>
<img alt="lex.surf" height=140 class=logo src="/assets/logo.svg">
<h2>The portal to&nbsp;national&nbsp;law.</h2>
+ <div>1st tier (autocompletion and short links)</div>
+ <div class=countries>
+
+</div>
+ <div>2nd tier (search form)</div>
<div class=countries>
<a class=cc-link href="//zu.lex.example" title="Zubrowka">ZU</a>
- </div>
+</div>
+ <div>3rd tier (just a link)</div>
+ <div class=countries>
+
+</div>
</body>
</html>
`