Skip to content

Commit

Permalink
edit prompt button name (#998)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Căutișanu <[email protected]>
  • Loading branch information
AndreiCautisanu and Andrei Căutișanu authored Jan 8, 2025
1 parent b695293 commit 657cf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_end_to_end/page_objects/PromptPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def edit_prompt(self, new_prompt: str):
self.page.get_by_role("button", name="Edit prompt").click()
self.page.get_by_role("textbox", name="Prompt").click()
self.page.get_by_role("textbox", name="Prompt").fill(new_prompt)
self.page.get_by_role("button", name="Edit prompt").click()
self.page.get_by_role("button", name="Create new commit").click()

def click_most_recent_commit(self):
self.page.get_by_role("tab", name="Commits").click()
Expand Down

0 comments on commit 657cf8e

Please sign in to comment.