Skip to content

Commit 49b017a

Browse files
authored
fix(cc-widgets): add email credentials to the workflow (#493)
1 parent f9efbf0 commit 49b017a

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ env:
2121
PW_DIAL_NUMBER: ${{ secrets.PW_DIAL_NUMBER }}
2222
PW_AGENT2_USERNAME: ${{ secrets.PW_AGENT2_USERNAME }}
2323
PW_AGENT2_EXTENSION_NUMBER: ${{ secrets.PW_AGENT2_EXTENSION_NUMBER }}
24+
PW_SENDER_EMAIL : ${{ secrets.PW_SENDER_EMAIL }}
25+
PW_EMAIL_ENTRY_POINT : ${{ secrets.PW_EMAIL_ENTRY_POINT }}
26+
PW_APP_PASSWORD: ${{ secrets.PW_APP_PASSWORD }}
2427

2528
jobs:
2629
validate:

packages/contact-center/cc-components/tests/components/UserState/__snapshots__/user-state.snapshot.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ exports[`UserState Component Snapshots Interactions should handle custom state r
279279
</div>
280280
`;
281281

282-
exports[`UserState Component Snapshots Rendering should not render elapsed time when customState is present 1`] = `
282+
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`] = `
283283
<div
284284
class="user-state-container"
285285
data-testid="user-state-container"
@@ -415,7 +415,7 @@ exports[`UserState Component Snapshots Rendering should not render elapsed time
415415
</div>
416416
`;
417417

418-
exports[`UserState Component Snapshots Rendering should render elapsed time with disabled class when isSettingAgentStatus is true 1`] = `
418+
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`] = `
419419
<div
420420
class="user-state-container"
421421
data-testid="user-state-container"
@@ -558,7 +558,7 @@ exports[`UserState Component Snapshots Rendering should render elapsed time with
558558
</div>
559559
`;
560560

561-
exports[`UserState Component Snapshots Rendering should render elapsed time without lastIdleStateChangeElapsedTime when negative 1`] = `
561+
exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render elapsed time without lastIdleStateChangeElapsedTime when negative 1`] = `
562562
<div
563563
class="user-state-container"
564564
data-testid="user-state-container"
@@ -700,7 +700,7 @@ exports[`UserState Component Snapshots Rendering should render elapsed time with
700700
</div>
701701
`;
702702

703-
exports[`UserState Component Snapshots Rendering should render the component with correct elements 1`] = `
703+
exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render the component with correct elements 1`] = `
704704
<div
705705
class="user-state-container"
706706
data-testid="user-state-container"

0 commit comments

Comments
 (0)