This repository was archived by the owner on Apr 12, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork27.4k
Commitfb04e42
test(Angular): fix
Previously, the `angularInit()` tests assumed that the Safari browseruses the `safari-extension:` protocol for browser extension URLs. Thisis true for versions <15. However, since v15, Safari on iOS onlyrecognizes the `chrome-extension:` protocol, which causes the tests tofail ([example failure][1]).This commit updates the tests to use the correct protocol according tothe version of Safari used.NOTE:On macOS, Safari v15+ recognizes both `safari-extension:` and`chrome-extension:`, so it is OK to always use the later with Safariv15+ (regardless of the platform).[1]:https://circleci.com/gh/angular/angular.js/3527Co-authored-by: George Kalpakas <kalpakas.g@gmail.com>Closes#17166angularInit()
tests on Safari v15+1 parent6a52c4f commitfb04e42
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 | 1795 |
| |
1796 |
| - | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
1797 | 1802 |
| |
1798 | 1803 |
| |
1799 | 1804 |
| |
|
0 commit comments
Comments
(0)