Skip to content

Commit 91bdcf9

Browse files
committedFeb 4, 2014
spec/runner: make sure everything is enabled in the browser
1 parent 1e07e0f commit 91bdcf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎spec/runner.rb

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
cap['browserstack.tunnel'] = 'true'
3030
cap['browserstack.debug'] = 'false'
3131

32+
cap['databaseEnabled'] = true
33+
cap['browserConnectionEnabled'] = true
34+
cap['locationContextEnabled'] = true
35+
cap['webStorageEnabled'] = true
36+
3237
print 'Loading...'
3338

3439
# wait until there's a spot in the parallel jobs

0 commit comments

Comments
 (0)
Please sign in to comment.