Skip to content

Commit 13ce5ce

Browse files
authored
Update Mobile Testing score to 40% (#3382)
As discussed in the Interop 2023 Mobile Testing meeting on 2023-06-20 Notes: web-platform-tests/interop-mobile-testing#8
1 parent 023d791 commit 13ce5ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

webapp/components/interop-data.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@ export const interopData = {
323323
{
324324
'name': 'Mobile Testing',
325325
'url': 'https://github.com/web-platform-tests/interop-2023-mobile-testing',
326-
'scores_over_time': []
326+
'scores_over_time': [
327+
{ 'date': '2023-06-20', 'score': 400 }
328+
]
327329
}
328330
],
329331
'investigation_weight': 0.0,

webapp/static/interop-data.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@
304304
{
305305
"name": "Mobile Testing",
306306
"url": "https://github.com/web-platform-tests/interop-2023-mobile-testing",
307-
"scores_over_time": []
307+
"scores_over_time": [
308+
{ "date": "2023-06-20", "score": 400 }
309+
]
308310
}
309311
],
310312
"investigation_weight": 0.0,

0 commit comments

Comments
 (0)