Skip to content

Commit 2ad80e3

Browse files
committed
Experimental delay when submitting contact form
1 parent 18fe90b commit 2ad80e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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
@@ -55,6 +55,7 @@ public void setAttachment(Path fileToUpload) {
5555

5656
public void submitForm() {
5757
ScreenshotManager.takeScreenshot(page,"Submit contact form");
58+
page.waitForTimeout(500);
5859
sendButton.click();
5960
}
6061

0 commit comments

Comments
 (0)