Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-next
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
anis
anis-next
Merge requests
!65
Resolve "Amélioration webpage (URL + stylesheet)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Amélioration webpage (URL + stylesheet)"
80-amelioration-webpage-url-stylesheet
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
6
Merged
François Agneray
requested to merge
80-amelioration-webpage-url-stylesheet
into
develop
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
6
Expand
Closes
#80 (closed)
0
0
Merge request reports
Viewing commit
3296e973
Prev
Next
Show latest version
6 files
+
10
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
3296e973
Fixed tests webpage module
· 3296e973
François Agneray
authored
2 years ago
client/src/app/admin/instance/webpage/components/webpage-family-card.component.spec.ts
+
3
−
3
Options
@@ -65,9 +65,9 @@ describe('[admin][instance][webpage][components] WebpageFamilyCardComponent ', (
component
=
fixture
.
componentInstance
;
component
.
webpageFamily
=
{
display
:
10
,
icon
:
'
test
'
,
id
:
0
,
label
:
'
webpageFamilly test label
'
};
component
.
webpageList
=
[
{
icon
:
'
test1
'
,
content
:
'
test1
'
,
display
:
10
,
id
:
0
,
id_webpage_family
:
0
,
label
:
'
test1
'
,
title
:
'
test-title1
'
},
{
icon
:
'
test2
'
,
content
:
'
test2
'
,
display
:
10
,
id
:
0
,
id_webpage_family
:
0
,
label
:
'
test2
'
,
title
:
'
test-title2
'
},
{
icon
:
'
test3
'
,
content
:
'
test3
'
,
display
:
10
,
id
:
0
,
id_webpage_family
:
1
,
label
:
'
test3
'
,
title
:
'
test-title3
'
}
{
icon
:
'
test1
'
,
content
:
'
test1
'
,
display
:
10
,
id
:
0
,
id_webpage_family
:
0
,
label
:
'
test1
'
,
title
:
'
test-title1
'
,
name
:
'
test1
'
,
style_sheet
:
''
},
{
icon
:
'
test2
'
,
content
:
'
test2
'
,
display
:
10
,
id
:
0
,
id_webpage_family
:
0
,
label
:
'
test2
'
,
title
:
'
test-title2
'
,
name
:
'
test2
'
,
style_sheet
:
''
},
{
icon
:
'
test3
'
,
content
:
'
test3
'
,
display
:
10
,
id
:
0
,
id_webpage_family
:
1
,
label
:
'
test3
'
,
title
:
'
test-title3
'
,
name
:
'
test3
'
,
style_sheet
:
''
}
];
fixture
.
detectChanges
();
});
Loading