fix(cc-widgets): widget station login issues#638
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7009c82571
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
packages/contact-center/cc-components/src/components/StationLogin/station-login.utils.tsx
Outdated
Show resolved
Hide resolved
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6dfb003fc2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
packages/contact-center/cc-components/src/components/StationLogin/station-login.utils.tsx
Show resolved
Hide resolved
mkesavan13
left a comment
There was a problem hiding this comment.
I see the Vidcast only showing that we allow.
There should be a full-round of testing that shows that the agent was able to login, accept a call, do all the call controls and also out dial.
Can we please test these cases and record a vidcast for the same?
packages/contact-center/cc-components/src/components/StationLogin/station-login.tsx
Show resolved
Hide resolved
packages/contact-center/cc-components/src/components/StationLogin/station-login.utils.tsx
Show resolved
Hide resolved
packages/contact-center/cc-components/src/components/StationLogin/station-login.tsx
Show resolved
Hide resolved
|
https://app.vidcast.io/share/d9fd7c62-050c-4954-9072-7f9272872d63 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ffe3b5f1ef
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
I thought it's for the sdk changes. Does it cover Widgets as well ? |
Yes, in the demo, the widgets have this change as well. |
|
The E2E tests have failed, but the failures are not related to the changes in this PR. Merging this PR to unblock the Epic team so they can continue working on the feature. As discussed earlier, full validation will be completed during the Epic E2E testing phase. |
COMPLETES #https://jira-eng-sjc12.cisco.com/jira/browse/CAI-7303
This pull request addresses
< DESCRIBE THE CONTEXT OF THE ISSUE >
Dial number only accepts US numbers. Needs to accept international numbers as well.
Form validation was not disabling the save/signin button when fields were empty.
by making the following changes
Dial number regex has been changed to include international numbers so we can support prodeu rollout
Disabled attribute on save button has logic to validate empty fields
< DESCRIBE YOUR CHANGES >
Change Type
The following scenarios were tested
Testing was done with unit test scenarios as well as manual validation. Dial numbers other than US were entered and passed validation with + character optional. Dial numbers without country codes are not valid still. Empty fields such as missing team and missing dial number do not allow the save and sign in button to be enabled until they are completed.
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging
Make sure to have followed the contributing guidelines before submitting.