We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8bf77 commit 8985240Copy full SHA for 8985240
Tests/AppTests/WebpageSnapshotTests.swift
@@ -60,7 +60,7 @@ class WebpageSnapshotTests: SnapshotTestCase {
60
let model = MaintenanceIndex.Model(markdown: interstitial)
61
let page = { MaintenanceIndex.View(path: "/", model: model).document() }
62
63
- assertSnapshot(of: page, as: .html, record: true)
+ assertSnapshot(of: page, as: .html)
64
}
65
66
func test_PackageShowView() throws {
0 commit comments