Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Step("Pobranie pdf")
- public void clickDownloadPdfBtn() throws IOException {
- //pdfBtn.click();
- PDF pdf = new PDF(pdfBtn.download());
- assertThat(pdf, containsText("test"));
- assertThat(pdf, containsText("not_existing"));
- }
Advertisement
Add Comment
Please, Sign In to add comment