mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2026-01-02 12:24:43 +03:00
Update formFactor -> formFactors, in accordance to the latest change in client hints spec
This commit is contained in:
@@ -40,7 +40,7 @@ test('read client hints data', async ({ page }) => {
|
||||
}
|
||||
],
|
||||
platform: 'New OS',
|
||||
formFactor: 'New Form Factor'
|
||||
formFactors: 'New Form Factor'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user