Skip to content

Commit 8625fd1

Browse files
committed
Experimental delay when submitting contact form
1 parent 2ad80e3 commit 8625fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void setAttachment(Path fileToUpload) {
5555

5656
public void submitForm() {
5757
ScreenshotManager.takeScreenshot(page,"Submit contact form");
58-
page.waitForTimeout(500);
58+
page.waitForTimeout(250);
5959
sendButton.click();
6060
}
6161

0 commit comments

Comments
 (0)