Skip to content
Snippets Groups Projects
Commit 9d19d8e2 authored by François Grand's avatar François Grand
Browse files

test(e2e): MacroRugoRemous: check select error message when target PAM exists...

test(e2e): MacroRugoRemous: check select error message when target PAM exists has variated parameters

refs #609
parent 8c175484
No related branches found
No related tags found
Loading
......@@ -23,6 +23,6 @@
<div *ngIf="messageWhenEmpty" class="message-when-empty">
{{ messageWhenEmpty }}
</div>
<div *ngIf="errorMessage" class="message-when-empty">
<div *ngIf="errorMessage" class="select-error-message">
{{ errorMessage }}
</div>
......@@ -18,3 +18,8 @@ mat-form-field {
color: #af1280; // like mat-error
font-weight: 500;
}
.select-error-message {
color: #af1280; // like mat-error
font-weight: 500;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment