✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / EditProfilePageTest.kt
index 45af39d..be34861 100644 (file)
@@ -231,4 +231,9 @@ class EditProfilePageTest: WebPageTest(::EditProfilePage) {
            assertThat(page.menuName, equalTo("EditProfile"))
        }
 
+       @Test
+       fun `page is annotated with correct template path`() {
+           assertThat(page.templatePath, equalTo("/templates/editProfile.html"))
+       }
+
 }