Skip to content

Commit

Permalink
Update DataManagement test mock
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Nov 16, 2023
1 parent 9319e37 commit c1bf56a
Showing 1 changed file with 34 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ export default (
releasedAt: '2021-11-01T04:00:00.000Z'
}
],
browsers: [
{
id: '2',
name: 'Chrome'
},
{
id: '1',
name: 'Firefox'
}
],
candidateBrowsers: [{ id: '2' }],
recommendedBrowsers: [{ id: '1' }, { id: '2' }]
},
Expand All @@ -52,6 +62,16 @@ export default (
releasedAt: '2021-02-19T05:00:00.000Z'
}
],
browsers: [
{
id: '2',
name: 'Chrome'
},
{
id: '1',
name: 'Firefox'
}
],
candidateBrowsers: [{ id: '2' }],
recommendedBrowsers: [{ id: '1' }, { id: '2' }]
},
Expand All @@ -65,24 +85,24 @@ export default (
releasedAt: '2019-09-01T04:00:00.000Z'
}
],
browsers: [
{
id: '2',
name: 'Chrome'
},
{
id: '1',
name: 'Firefox'
},
{
id: '3',
name: 'Safari'
}
],
candidateBrowsers: [{ id: '3' }],
recommendedBrowsers: [{ id: '2' }, { id: '3' }]
}
],
browsers: [
{
id: '2',
name: 'Chrome'
},
{
id: '1',
name: 'Firefox'
},
{
id: '3',
name: 'Safari'
}
],
testPlans: [
{
id: '27',
Expand Down

0 comments on commit c1bf56a

Please sign in to comment.