Renamed the Error page in the Website library target as NotFound.
This commit is contained in:
+3
-3
@@ -5,16 +5,16 @@ import Testing
|
||||
@testable import WebsiteLibrary
|
||||
|
||||
@Suite(
|
||||
"ErrorPage page",
|
||||
"NotFoundPage page",
|
||||
.tags(.page)
|
||||
)
|
||||
struct ErrorPageTests {
|
||||
struct NotFoundPageTests {
|
||||
|
||||
// MARK: Functional tests
|
||||
|
||||
@Test
|
||||
func `renders its markup`() {
|
||||
let html = ErrorPage(
|
||||
let html = NotFoundPage(
|
||||
locale: .init(identifier: "en")
|
||||
).render()
|
||||
|
||||
Reference in New Issue
Block a user