public void ShouldOpenApp() { var loginScreen = new LoginScreen(Driver); loginScreen.IsVisible().Should().NotThrow(); }