Skip to content

Commit

Permalink
Update UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Nov 9, 2023
1 parent fc66951 commit 6c72e90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -110,6 +110,7 @@ final class SiteMediaCollectionViewController: UIViewController, NSFetchedResult
view.addSubview(collectionView)
collectionView.translatesAutoresizingMaskIntoConstraints = false
collectionView.pinSubviewToAllEdges(view)
collectionView.accessibilityIdentifier = "MediaCollection"

collectionView.dataSource = self
collectionView.delegate = self

0 comments on commit 6c72e90

Please sign in to comment.