Skip to content

Commit

Permalink
test: Fix base FormFactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Oct 27, 2023
1 parent ad9f07b commit 2173324
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions analyzer/src/main/resources/UserAgents/ClientHints-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2905,13 +2905,14 @@ config:


# Lenovo Tab P11 2nd Generation
# NOTE: This is a manually created testcase for the Sec-Ch-Ua-Form-Factor as I do not have REAL data for this yet.
- test:
input:
User-Agent : 'Mozilla/5.0 (Linux; Android 12; TB350FU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'
Sec-Ch-Ua : '".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"'
Sec-Ch-Ua-Arch : '""'
Sec-Ch-Ua-Bitness : '""'
Sec-Ch-Ua-Form-Factor : '"Automotive"'
Sec-Ch-Ua-Form-Factor : '"Automotive", "Eink"'
Sec-Ch-Ua-Full-Version : '"103.0.5060.129"'
Sec-Ch-Ua-Full-Version-List : '".Not/A)Brand";v="99.0.0.0", "Google Chrome";v="103.0.5060.129", "Chromium";v="103.0.5060.129"'
Sec-Ch-Ua-Mobile : '?0'
Expand Down Expand Up @@ -2945,7 +2946,8 @@ config:
UAClientHintBrands_0_Version : '103'
UAClientHintBrands_1_Brand : 'Chromium'
UAClientHintBrands_1_Version : '103'
UAClientHintFormFactor : 'Automotive'
UAClientHintFormFactor_0 : 'Automotive'
UAClientHintFormFactor_1 : 'Eink'
UAClientHintFullVersion : '103.0.5060.129'
UAClientHintFullVersionList_0_Brand : 'Google Chrome'
UAClientHintFullVersionList_0_Version : '103.0.5060.129'
Expand Down

0 comments on commit 2173324

Please sign in to comment.