-
Notifications
You must be signed in to change notification settings - Fork 70
fix(cc-widgets): add email credentials to the workflow #493
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -279,7 +279,7 @@ exports[`UserState Component Snapshots Interactions should handle custom state r | |
| </div> | ||
| `; | ||
|
|
||
| exports[`UserState Component Snapshots Rendering should not render elapsed time when customState is present 1`] = ` | ||
| exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should not render elapsed time when customState is present 1`] = ` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we also add why we have these changes in the PR description?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. due to some reason the pre-commit tests were failing, i had a chat with shreyas regarding that. he told me that there is some issue that he will take care of & told me to add this file as well. so, after adding those change the pre-commit tests passed.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mkesavan13 this was a miss on my part, the PR that went in before was my PR for unit test for user state, there I updated the description for 1 of the tests but didnt update the snapshots, hence the pre-commit checks were failling for Ritesh. I had asked him to update the snapshot. |
||
| <div | ||
| class="user-state-container" | ||
| data-testid="user-state-container" | ||
|
|
@@ -415,7 +415,7 @@ exports[`UserState Component Snapshots Rendering should not render elapsed time | |
| </div> | ||
| `; | ||
|
|
||
| exports[`UserState Component Snapshots Rendering should render elapsed time with disabled class when isSettingAgentStatus is true 1`] = ` | ||
| exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render elapsed time with disabled class when isSettingAgentStatus is true 1`] = ` | ||
| <div | ||
| class="user-state-container" | ||
| data-testid="user-state-container" | ||
|
|
@@ -558,7 +558,7 @@ exports[`UserState Component Snapshots Rendering should render elapsed time with | |
| </div> | ||
| `; | ||
|
|
||
| exports[`UserState Component Snapshots Rendering should render elapsed time without lastIdleStateChangeElapsedTime when negative 1`] = ` | ||
| exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render elapsed time without lastIdleStateChangeElapsedTime when negative 1`] = ` | ||
| <div | ||
| class="user-state-container" | ||
| data-testid="user-state-container" | ||
|
|
@@ -700,7 +700,7 @@ exports[`UserState Component Snapshots Rendering should render elapsed time with | |
| </div> | ||
| `; | ||
|
|
||
| exports[`UserState Component Snapshots Rendering should render the component with correct elements 1`] = ` | ||
| exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render the component with correct elements 1`] = ` | ||
| <div | ||
| class="user-state-container" | ||
| data-testid="user-state-container" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we also please add it in the description, what each of these variables are used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And why do we need the email end point in the secrets? Can't it be kept in the tests file itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can do that as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per our discussion that having email entry point or the sender email in the public repo can open the possibilites of spam, so to avoid that we are using secrets.