-
Notifications
You must be signed in to change notification settings - Fork 1
feat: TT-223 Consume end point archive customers #670
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #670 +/- ##
==========================================
+ Coverage 93.09% 94.26% +1.16%
==========================================
Files 85 104 +19
Lines 1564 2021 +457
Branches 107 142 +35
==========================================
+ Hits 1456 1905 +449
- Misses 67 75 +8
Partials 41 41
Continue to review full report at Codecov.
|
@@ -191,6 +215,60 @@ describe('CustomerTableListComponent', () => { | |||
expect(component.dtElement.dtInstance.then).toHaveBeenCalled(); | |||
}); | |||
|
|||
it('openModal should set on true and display "Are you sure you want to archive activity"', () => { |
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.
Instead archive is customer?
No description provided.