Skip to content

Commit

Permalink
Merge pull request #241 from mapzen/hanb/bump-up-test-device
Browse files Browse the repository at this point in the history
replaced test iphone device from 5s to 6s (ios7 -> ios9)
  • Loading branch information
hanbyul-here authored Aug 23, 2016
2 parents d30257d + f659b76 commit 565628a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ module.exports = function (config) {
os: 'Windows',
os_version: '10'
},
bs_iphone5S: {
bs_iphone6S: {
base: 'BrowserStack',
device: 'iPhone 5S',
device: 'iPhone 6S',
os: 'ios',
os_version: '7.0'
os_version: '9.3'
}
},

browsers: ['PhantomJS', 'bs_iphone5S', 'bs_ie_window']
browsers: ['PhantomJS', 'bs_iphone6S', 'bs_ie_window']
});
};

0 comments on commit 565628a

Please sign in to comment.