Update API with latest web changes

This commit is contained in:
Andrei Zavatski
2019-11-01 21:49:50 +03:00
parent 1e73cf1025
commit 2f703090ef
6 changed files with 22 additions and 10 deletions

View File

@ -77,7 +77,7 @@ namespace osu.Game.Tests.Visual.Online
{
var table = new CountriesTable(page)
{
Rankings = rankings,
Rankings = rankings.Countries,
};
LoadComponentAsync(table, t =>
@ -104,7 +104,7 @@ namespace osu.Game.Tests.Visual.Online
{
var table = new PerformanceTable(page)
{
Rankings = rankings,
Rankings = rankings.Users,
};
LoadComponentAsync(table, t =>
@ -131,7 +131,7 @@ namespace osu.Game.Tests.Visual.Online
{
var table = new ScoresTable(page)
{
Rankings = rankings,
Rankings = rankings.Users,
};
LoadComponentAsync(table, t =>