Skip to content

Commit

Permalink
adjust asserion
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamposlky committed Jun 29, 2020
1 parent 6844a89 commit e42ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/qa/common/pageobject/OpenGoogle.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void clickOnSearchResult() {


public void verifyExpectedUrl() {
assertEquals(url(), testConf.expectedUrl());
assertTrue(url().contains("Pavelya"));
}

}

0 comments on commit e42ff29

Please sign in to comment.