Add tests for CommentsPage

This commit is contained in:
Andrei Zavatski
2020-01-29 06:44:39 +03:00
parent e7964023ae
commit dc10e58b4f
5 changed files with 184 additions and 14 deletions

View File

@ -25,7 +25,8 @@ namespace osu.Game.Tests.Visual.Online
typeof(SortTabControl),
typeof(ShowChildrenButton),
typeof(DeletedChildrenPlaceholder),
typeof(VotePill)
typeof(VotePill),
typeof(CommentsPage),
};
protected override bool UseOnlineAPI => true;