Skip to content

Commit e0f4d98

Browse files
committed
Minor tweaks
1 parent 2c78fe7 commit e0f4d98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/java/com/serenitydojo/playwright/toolshop/contact/ContactForm.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public void setAttachment(Path fileToUpload) {
5050
}
5151

5252
public void submitForm() {
53+
page.waitForTimeout(250);
5354
sendButton.click();
5455
}
5556

src/test/java/com/serenitydojo/playwright/toolshop/cucumber/CucumberTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@ConfigurationParameter(
1212
key="cucumber.plugin",
1313
value = "io.qameta.allure.cucumber7jvm.AllureCucumber7Jvm," +
14-
"pretty," +
14+
// "pretty," +
1515
"html:target/cucumber-reports/cucumber.html"
1616
)
1717
public class CucumberTests {

0 commit comments

Comments
 (0)