chore: use the first photo for compose snapshot

This commit is contained in:
CMK 2022-03-04 02:22:05 +08:00
parent 9c92f290a5
commit c94d988be5
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ extension MastodonUISnapshotTests {
XCTAssert(photoLibraryButton.waitForExistence(timeout: 5))
photoLibraryButton.tap()
// select photo
let photo = app.images["Photo, August 09, 2012, 2:52 AM"].firstMatch
// select the first photo
let photo = app.images.containing(NSPredicate(format: "label BEGINSWITH 'Photo'")).element(boundBy: 0).firstMatch
XCTAssert(photo.waitForExistence(timeout: 5))
photo.tap()