Browse Source

String description...

pull/92/head
Abhishek 4 years ago
parent
commit
20ce6420e7
  1. 2
      Clocker/ClockerUITests/FloatingWindowTests.swift

2
Clocker/ClockerUITests/FloatingWindowTests.swift

@ -26,7 +26,7 @@ class FloatingWindowTests: XCTestCase {
addUIInterruptionMonitor(withDescription: "Reminders Access") { (alert) -> Bool in
Logger.info("Interruption Handler called")
Logger.info(alert)
Logger.info(alert.description)
let alertButton = alert.buttons["OK"]
if alertButton.exists {
Logger.info("Okay button found")

Loading…
Cancel
Save