Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
886
Issues
886
List
Boards
Labels
Service Desk
Milestones
Merge Requests
54
Merge Requests
54
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
aaf49067
Commit
aaf49067
authored
18 hours ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): ci test against html and scss too
parent
b451755b
No related merge requests found
Pipeline
#78929329
failed with stages
in 7 minutes and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
notification.component.spec.ts
src/app/modules/notifications/notification.component.spec.ts
+3
-3
emoji.scss
src/stylesheets/components/emoji.scss
+1
-1
No files found.
.gitlab-ci.yml
View file @
aaf49067
...
...
@@ -31,6 +31,8 @@ lint:
script
:
-
npm i -g prettier
-
prettier --check "src/**/*.ts"
-
prettier --check "src/**/*.scss"
-
prettier --check "src/**/*.html"
e2e:chrome:
image
:
cypress/browsers:chrome67
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/notifications/notification.component.spec.ts
View file @
aaf49067
...
...
@@ -248,7 +248,7 @@ describe('NotificationsComponent', () => {
fixture
.
detectChanges
();
expect
(
comp
.
notification
).
not
.
toBeNull
();
const
notification
=
fixture
.
debugElement
.
query
(
By
.
css
(
'
p
'
));
expect
(
notification
.
nativeElement
.
innerHTML
).
to
Be
(
expect
(
notification
.
nativeElement
.
innerHTML
).
to
Contain
(
'
name tagged you in a post
'
);
});
...
...
@@ -276,7 +276,7 @@ describe('NotificationsComponent', () => {
fixture
.
detectChanges
();
expect
(
comp
.
notification
).
not
.
toBeNull
();
const
notification
=
fixture
.
debugElement
.
query
(
By
.
css
(
'
p
'
));
expect
(
notification
.
nativeElement
.
innerHTML
).
to
Be
(
expect
(
notification
.
nativeElement
.
innerHTML
).
to
Contain
(
'
name tagged you in a comment
'
);
});
...
...
@@ -518,7 +518,7 @@ describe('NotificationsComponent', () => {
fixture
.
detectChanges
();
expect
(
comp
.
notification
).
not
.
toBeNull
();
const
notification
=
fixture
.
debugElement
.
query
(
By
.
css
(
'
p
'
));
expect
(
notification
.
nativeElement
.
innerHTML
).
to
Be
(
expect
(
notification
.
nativeElement
.
innerHTML
).
to
Contain
(
'
You can gain more reach by boosting your content. Hit the blue boost icon on your posts.
'
);
});
...
...
This diff is collapsed.
Click to expand it.
src/stylesheets/components/emoji.scss
View file @
aaf49067
...
...
@@ -27,5 +27,5 @@
//
Ornamental
Dingbats
U
+
1
F680-1F6FF
,
//
Transport
and
Map
U
+
1
F900-1F9FF
//
Supplemental
symbols
and
pictographs
;
U
+
1
F900-1F9FF
;
// Supplemental symbols and pictographs;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment