Revamp the UI test snapshot naming convention to make them easier to organize and find.
This commit is contained in:
committed by
Stefan Ceriu
parent
d05d506f80
commit
65bf02b70d
@@ -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()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user