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]
|
[Test]
|
||||||
public async Task SuccessSignInTestAsync()
|
public async Task SuccessSignInTestAsync()
|
||||||
{
|
{
|
||||||
await new LoginPage()
|
await new LoginPage()
|
||||||
.EnterCredentials(TestSettings.ValidClientId, TestSettings.ValidTenantId, TestSettings.ValidPwd)
|
.EnterCredentials(TestSettings.ValidClientId, TestSettings.ValidTenantId, TestSettings.ValidPwd)
|
||||||
.SignIn();
|
.SignIn();
|
||||||
|
|
||||||
new SubscriptionPage();
|
new SubscriptionPage();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public async Task FailedSignInTestAsync()
|
public async Task FailedSignInTestAsync()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче