ExtentReportsAdded

This commit is contained in:
2024-09-26 16:29:02 -04:00
parent 74fd6a9f24
commit c11ffbe238
6 changed files with 36 additions and 4 deletions
@@ -22,8 +22,10 @@ public class HomePage extends Initialization {
//Actions
public void insertText() throws InterruptedException {
test = extent.createTest("Test msg");
message.sendKeys("4 8 15 16 23 42");
button.click();
extent.flush();
}
public String textConfirmation(){
return ConfirmText.getText();