Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
4aa3e304
Commit
4aa3e304
authored
5 years ago
by
santosh
Browse files
Options
Download
Plain Diff
Issue #SB-15834 fix: resolved test cases
parents
f674732e
4706d621
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/app/client/projects/desktop/src/app/app.component.html
+7
-30
src/app/client/projects/desktop/src/app/app.component.html
src/app/client/projects/desktop/src/app/app.component.spec.ts
+5
-16
...app/client/projects/desktop/src/app/app.component.spec.ts
src/app/client/projects/desktop/src/app/app.component.ts
+37
-25
src/app/client/projects/desktop/src/app/app.component.ts
src/app/client/projects/desktop/src/app/modules/offline/components/index.ts
+2
-0
...jects/desktop/src/app/modules/offline/components/index.ts
src/app/client/projects/desktop/src/app/modules/offline/components/offline-help-videos/offline-help-videos.component.html
+27
-31
...ts/offline-help-videos/offline-help-videos.component.html
src/app/client/projects/desktop/src/app/modules/offline/components/offline-help-videos/offline-help-videos.component.spec.ts
+75
-4
...offline-help-videos/offline-help-videos.component.spec.ts
src/app/client/projects/desktop/src/app/modules/offline/components/offline-help-videos/offline-help-videos.component.ts
+20
-83
...ents/offline-help-videos/offline-help-videos.component.ts
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding-location/onboarding-location.component.html
+40
-0
...ts/onboarding-location/onboarding-location.component.html
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding-location/onboarding-location.component.scss
+0
-0
...ts/onboarding-location/onboarding-location.component.scss
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding-location/onboarding-location.component.spec.data.ts
+116
-0
...rding-location/onboarding-location.component.spec.data.ts
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding-location/onboarding-location.component.spec.ts
+116
-0
...onboarding-location/onboarding-location.component.spec.ts
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding-location/onboarding-location.component.ts
+96
-0
...ents/onboarding-location/onboarding-location.component.ts
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding/onboarding.component.html
+5
-0
...s/offline/components/onboarding/onboarding.component.html
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding/onboarding.component.scss
+0
-0
...s/offline/components/onboarding/onboarding.component.scss
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding/onboarding.component.spec.ts
+39
-0
...ffline/components/onboarding/onboarding.component.spec.ts
src/app/client/projects/desktop/src/app/modules/offline/components/onboarding/onboarding.component.ts
+27
-0
...les/offline/components/onboarding/onboarding.component.ts
src/app/client/projects/desktop/src/app/modules/offline/offline.module.ts
+7
-3
...rojects/desktop/src/app/modules/offline/offline.module.ts
src/app/client/projects/desktop/src/app/modules/offline/services/index.ts
+1
-0
...rojects/desktop/src/app/modules/offline/services/index.ts
src/app/client/projects/desktop/src/app/modules/offline/services/onboarding/onboarding.service.spec.ts
+12
-0
...es/offline/services/onboarding/onboarding.service.spec.ts
src/app/client/projects/desktop/src/app/modules/offline/services/onboarding/onboarding.service.ts
+42
-0
...modules/offline/services/onboarding/onboarding.service.ts
with
674 additions
and
192 deletions
+674
-192
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets