meusx

Untitled

Jan 2nd, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1.     @Step("Pobranie pdf")
  2.     public void clickDownloadPdfBtn() throws IOException {
  3.         //pdfBtn.click();
  4.         PDF pdf = new PDF(pdfBtn.download());
  5.         assertThat(pdf, containsText("test"));
  6.         assertThat(pdf, containsText("not_existing"));
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment