I'm during migration to work with new Xcode 12, but I have a problem with UI tests. Code
let springBoard = XCUIApplication(bundleIdentifier: appleBundleIdentifier) let notification = springBoard.otherElements["NotificationShortLookView"]
not working anymore and I can't find how to indicate notification view. How was it changed?
notification.tap()
– Vulvitis