gitea + delete Browsestack

This commit is contained in:
Lukáš Kaňka
2023-08-28 22:37:49 +02:00
parent 0bf89e85dd
commit 080c51a003
14 changed files with 4 additions and 251 deletions

View File

@ -8,11 +8,13 @@ import static com.codeborne.selenide.Selenide.*;
import static org.testng.AssertJUnit.assertEquals;
public class HomePage {
public HomePage open() {
public HomePage open()
{
Selenide.open("https://lukan.cz");
return this;
}
public HomePage titulek() {
public HomePage titulek()
{
String title = title();
assertEquals(title, "Lukáš bloguje - Blog o všem možném i nemožném");
return this;