Skip to content

Commit 855c0d3

Browse files
get tests to pass again
1 parent 7038f30 commit 855c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deploy/ui/test_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_index(server, config, page: Page) -> None:
147147
expect(chat_dialog).to_be_visible()
148148
start_chat_button = page.get_by_role("button", name="Start Conversation")
149149
expect(start_chat_button).to_be_visible()
150-
# time.sleep(0.5) # hack
150+
time.sleep(0.5) # hack while waiting for button to be fully clickable
151151
start_chat_button.click(delay=5)
152152

153153
chat_box_row = page.locator(".chat-interface-input-row")

0 commit comments

Comments
 (0)