Skip to content

Commit

Permalink
CI: test on iOS Safari 14 instead of 15 to have access to SubtleCrypto
Browse files Browse the repository at this point in the history
SubtleCrypto not available in the latter due to stricter secure context checks
  • Loading branch information
larabr committed Apr 24, 2023
1 parent e6a9e4a commit dd814b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = function(config) {
device: 'iPhone 13',
real_mobile: true,
os: 'ios',
os_version: '15'
os_version: '14'
}
},

Expand Down

0 comments on commit dd814b5

Please sign in to comment.