aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/userlogin-form/userlogin-form.component.spec.ts
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06userlogin-form component test caseArundathi Patil1-0/+7
Added test case to test ValidateUserName function Issue-ID: APPC-1632 Change-Id: Ib719952a698672ba0ffa99b2a71a1ebb1e55208f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02userloginForm- Fixed test caseArundathi Patil1-5/+6
Test case in userlogin form was expecting wrong values because of which the test case failed. Changed the test case expecting values to proper values. Issue-ID: APPC-1064 Change-Id: I9b1aedc70a806b235c0b56d936370e8a1a62d2dd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Fixed error in user-login-form spec fileArundathi Patil1-5/+14
Test cases in userLogin-form spec file failed with below error, Error: Cannot read property 'root' of undefined. This error was because, activated route was not injected into the testingbed. Fixed this error. Issue-ID: APPC-1064 Change-Id: Ib9978b73be744204e8dd64b97abbc0959a4e5839 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell1-0/+96
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>