Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React packaging #542

Merged
merged 37 commits into from
Jul 18, 2024
Merged

React packaging #542

merged 37 commits into from
Jul 18, 2024

Conversation

dbrewster
Copy link
Collaborator

No description provided.

Added yaml to start up the ui piece
@jahabeebs
Copy link
Member

@dbrewster I fixed the playwright test with the following changes

  1. I noticed you renamed conversational_agent to conversational-agent in certain places. However when creating a new chat we were getting a 404 so I reverted this renaming back to conversational_agent and we were able to create new chats again 2) Our playwright test was failing because I was using a locator that was relying on the ID of the div of a chatbot's chat response being a certain number, but I made that test more specific (we now select by classname) and I also made sure that we match "Hello!" exactly as the chatbot's response

As a side note it seems now when a user is logged in the chatbot starts off with a blank message and the chatbot then responds with "Hello! Are you there?" right off the bat for some reason. This was contributing to the failing tests. Not sure if we want to fix this in this PR or a separate one, but the playwright test passes regardless of whether the user is signed in now

Screenshot 2024-07-18 at 12 59 36 AM

@dbrewster dbrewster merged commit 43653a5 into main Jul 18, 2024
17 checks passed
@dbrewster dbrewster deleted the feature/401-package-monorepos branch July 18, 2024 14:38
@LukeLalor LukeLalor linked an issue Sep 9, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add changeset support
3 participants