xUnit test, runner, delete Playwright

This commit is contained in:
Lukáš Kaňka
2023-08-25 06:54:49 +02:00
parent 37fc3e4933
commit 7ad075bd58
487 changed files with 8139 additions and 103422 deletions

View File

@ -17,27 +17,18 @@ using LukanPOM.PageObjects;
using LukanPOM.Common;
namespace LukanPOM.Tests
{
{
//private IWebDriver? _driver;
internal class TitleTest : TestBase
{
[Test]
public void TitleVerifiTest()
{
home
home
.Titulek()
.TestProsel();
}
}
}
}
}