Revize 3a4cfa9b
Přidáno uživatelem Jakub Hlaváč před téměř 4 roky(ů)
src/app/login/components/login.component.html | ||
---|---|---|
26 | 26 |
<input type="password" formControlName="password" class="form-control" id="password" placeholder="Password"/> |
27 | 27 |
</div> |
28 | 28 |
<div class="form-group text-center mt-4"> |
29 |
<p-button type="submit" label="Login"><i class="fas fa-sign-in-alt"></i></p-button> |
|
29 |
<p-button id="loginButton" type="submit" label="Login"><i class="fas fa-sign-in-alt"></i></p-button>
|
|
30 | 30 |
</div> |
31 | 31 |
</form> |
32 | 32 |
</div> |
Také k dispozici: Unified diff
Re #8858 - Testování aplikace
+ login actions tests
+ navbar actions tests