Comment out one UITest (need valid credentials in order to pass)
This commit is contained in:
Родитель
7e168994f8
Коммит
e3dbb51c02
|
@ -12,15 +12,17 @@ namespace VisualProvision.UITest
|
|||
{
|
||||
}
|
||||
|
||||
// In order to run this test, please change "TestSettings" constants, indicating a valid configuration
|
||||
/*
|
||||
[Test]
|
||||
public async Task SuccessSignInTestAsync()
|
||||
{
|
||||
await new LoginPage()
|
||||
.EnterCredentials(TestSettings.ValidClientId, TestSettings.ValidTenantId, TestSettings.ValidPwd)
|
||||
.SignIn();
|
||||
|
||||
new SubscriptionPage();
|
||||
}
|
||||
*/
|
||||
|
||||
[Test]
|
||||
public async Task FailedSignInTestAsync()
|
||||
|
|
Загрузка…
Ссылка в новой задаче