diff --git a/_notes/notes-on-xctest.md b/_notes/notes-on-xctest.md index 399ecf6..317c2ff 100644 --- a/_notes/notes-on-xctest.md +++ b/_notes/notes-on-xctest.md @@ -46,9 +46,7 @@ When implementing [universal links](https://developer.apple.com/documentation/xc XCUIDevice.shared.system.open(url) ``` -However, the Apple app-domain association file can take several seconds to download after the simulator boots. Not having this file downloaded can cause the link to open in Safari instead, like in this failed test run: - -![[test-runner-open-in-safari.mp4|Example of a failed test where a universal link opens in Safari instead of the app.]] +However, the Apple app-domain association file can take several seconds to download after the simulator boots. Not having this file downloaded can cause the link to open in Safari instead. ## CI/CD diff --git a/assets/img/notes-on-xctest-1.png b/assets/img/notes-on-xctest-1.png index 0d40483..5398da9 100644 Binary files a/assets/img/notes-on-xctest-1.png and b/assets/img/notes-on-xctest-1.png differ diff --git a/assets/img/notes-on-xctest-2.png b/assets/img/notes-on-xctest-2.png index 915af36..8453b62 100644 Binary files a/assets/img/notes-on-xctest-2.png and b/assets/img/notes-on-xctest-2.png differ