Revamp the UI test snapshot naming convention to make them easier to organize and find.

This commit is contained in:
Stefan Ceriu
2025-03-04 17:17:52 +02:00
committed by Stefan Ceriu
parent d05d506f80
commit 65bf02b70d
313 changed files with 636 additions and 520 deletions

View File

@@ -15,6 +15,6 @@ class TemplateScreenUITests: XCTestCase {
let title = app.staticTexts["Template title"]
XCTAssert(title.exists)
try await app.assertScreenshot(.templateScreen)
try await app.assertScreenshot()
}
}