Skip to content

Commit

Permalink
update functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Oct 18, 2022
1 parent d48b4b7 commit 0bd4f99
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '13.1B',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
]);
});
Expand Down Expand Up @@ -107,6 +108,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '1.44K',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
]);
});
Expand Down Expand Up @@ -160,6 +162,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '13.23B',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
{
title: 'win 7',
Expand All @@ -168,6 +171,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '13.19B',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
{
title: 'win xp',
Expand All @@ -176,6 +180,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '13.07B',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
{
title: 'win 8',
Expand All @@ -184,6 +189,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '13.03B',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
{
title: 'ios',
Expand All @@ -192,6 +198,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '13.01B',
color: 'rgba(245, 247, 250, 1)',
showingBar: false,
showingTrendline: false,
},
{
title: undefined,
Expand All @@ -200,6 +207,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: undefined,
color: 'rgba(0, 0, 0, 0)',
showingBar: false,
showingTrendline: false,
},
]);

Expand Down

0 comments on commit 0bd4f99

Please sign in to comment.