This commit is contained in:
Lukáš Kaňka
2023-08-24 15:39:29 +02:00
parent be08de1d95
commit 7634250751
34 changed files with 1360 additions and 23 deletions

View File

@ -25,13 +25,14 @@ namespace LukanPOM.Tests
{
new DriverManager().SetUpDriver(new ChromeConfig());
_driver = new ChromeDriver();
_driver.Manage().Window.Maximize();
}
[Test]
public void TestCookie()
{
HomePage hp = new HomePage(_driver);
_driver.Navigate().GoToUrl("https://lukan.cz");
hp.AcceptCookie();
hp.ZasadyOchrany();
}