✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / BookmarksPageTest.kt
index b3882e5..a9891aa 100644 (file)
@@ -70,5 +70,9 @@ class BookmarksPageTest: WebPageTest(::BookmarksPage) {
            assertThat(page.menuName, equalTo("Bookmarks"))
        }
 
+       @Test
+       fun `page is annotated with correct template path`() {
+           assertThat(page.templatePath, equalTo("/templates/bookmarks.html"))
+       }
 
 }