Skip to content
Snippets Groups Projects
Commit bc39e1c6 authored by François Grand's avatar François Grand Committed by AUBRY JEAN-PASCAL
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 6b820465
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!213Resolve "Ajout du module courbe de remous d'une passe à macro-rugosité"
......@@ -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