Skip to content

Commit 425affc

Browse files
fix: update generate question text and adjust send button timeout
1 parent a940927 commit 425affc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

playwright-tests/config/constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313
browse_question2 = "List the details of two promissory notes governed by the laws of the state of California"
1414

1515
# Grants input data
16-
generate_question1 = "Generate promissory note for Washington State"
17-
18-
16+
generate_question1 = "Generate promissory note with a proposed $100,000 for Washington State"

playwright-tests/pages/generatePage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def enter_a_question(self, text):
1717
def click_send_button(self ):
1818
# Type a question in the text area
1919
self.page.locator(self.SEND_BUTTON).click()
20-
self.page.wait_for_timeout(25000)
20+
self.page.wait_for_timeout(20000)
2121

2222
def click_generate_draft_button(self ):
2323
# Type a question in the text area

0 commit comments

Comments
 (0)