gitea + delete Browsestack
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user