Skip to content

Commit

Permalink
Fix #506 - add test for Huawei ART-L29
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman committed Jul 22, 2021
1 parent 39e8d4a commit 299283c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/device-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,15 @@
"type": "mobile"
}
},
{
"desc": "Huawei Y7p",
"ua": "Mozilla/5.0 (Linux; Android 9; ART-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36",
"expect": {
"vendor": "Huawei",
"model": "ART-L29",
"type": "mobile"
}
},
{
"desc": "Huawei Mate 20 Lite",
"ua": "Mozilla/5.0 (Linux; Android 8.1.0; SNE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36",
Expand Down

0 comments on commit 299283c

Please sign in to comment.