mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Add browser list to device identity.
This commit is contained in:
parent
2bf8f2352b
commit
e17f306d30
11 changed files with 144 additions and 9 deletions
|
@ -114,6 +114,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
|
|||
, abi: identity.abi
|
||||
, sdk: identity.sdk
|
||||
, display: identity.display
|
||||
, browsers: identity.browsers
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue