This commit is contained in:
Mike Corsaro 2024-09-12 14:40:04 -07:00
Родитель dc4c3b9c4e
Коммит d8134fa9da
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -50,12 +50,14 @@ public class LabelUITests : _ViewUITests
public void FontFamily()
{
var remote = GoToStateRemote();
//VerifyScreenshot("LabelUITests_FontFamily_FontAwesome");
// This works though?!
remote.TapStateButton();
VerifyScreenshot("LabelUITests_FontFamily_Ionicons");
//remote.TapStateButton();
//VerifyScreenshot("LabelUITests_FontFamily_FontAwesome");
remote.TapStateButton();
VerifyScreenshot("LabelUITests_FontFamily_FontAwesome");
}
}