Lukan Pom VSCode

This commit is contained in:
Lukáš Kaňka
2023-08-24 17:50:51 +02:00
parent bec7a83b2e
commit 8c14e872ab
14 changed files with 105 additions and 4 deletions

View File

@ -21,12 +21,14 @@ namespace LukanPOM.Common
Driver.Navigate().GoToUrl("https://lukan.cz");
Driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
home = new HomePage(Driver);
}
[TearDown]
public void TearDown()
{
Driver.Quit();
}
}