Skip to content

Commit

Permalink
Fixed tests. (#143660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov authored Oct 19, 2022
1 parent 0c5270c commit 2328493
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: '131.04M%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
]);
});
Expand Down Expand Up @@ -108,6 +109,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '14.37%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
]);
});
Expand Down Expand Up @@ -149,6 +151,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '65.05M%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
{
title: 'osx',
Expand All @@ -157,6 +160,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '66.14M%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
{
title: 'win 7',
Expand All @@ -165,6 +169,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '65.93M%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
{
title: 'win 8',
Expand All @@ -173,6 +178,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '65.16M%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
{
title: 'win xp',
Expand All @@ -181,6 +187,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: '65.37M%',
color: 'rgba(245, 247, 250, 1)',
showingBar: true,
showingTrendline: false,
},
{
title: undefined,
Expand All @@ -189,6 +196,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
value: undefined,
color: 'rgba(0, 0, 0, 0)',
showingBar: true,
showingTrendline: false,
},
]);

Expand Down

0 comments on commit 2328493

Please sign in to comment.