Skip to content

Commit

Permalink
Fixes #640 (#652)
Browse files Browse the repository at this point in the history
Changes browserName of Opera in browserCapabilities
  • Loading branch information
exunreal authored and aomarks committed Aug 20, 2018
1 parent 0706809 commit f2a2620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-capabilities/src/browser-capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const browserPredicates: {
'Chrome': chrome,
'Chromium': chrome,
'Chrome Headless': chrome,
'OPR': {
'Opera': {
es2015: since(36),
es2016: since(45),
es2017: since(45),
Expand Down

0 comments on commit f2a2620

Please sign in to comment.