MOBILE-4565 calendar: Fix header length
parent
404cb9129a
commit
44f4f9d2a6
|
@ -4,7 +4,8 @@
|
||||||
<ion-back-button [text]="'core.back' | translate" />
|
<ion-back-button [text]="'core.back' | translate" />
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
<ion-title>
|
<ion-title>
|
||||||
<h1>{{ (showCalendar ? 'addon.calendar.calendarevents' : 'addon.calendar.upcomingevents') | translate }}</h1>
|
<h1>{{ 'addon.calendar.calendar' | translate }}</h1>
|
||||||
|
<p *ngIf="!showCalendar" class="subheading">{{ 'addon.calendar.upcomingevents' | translate }}</p>
|
||||||
</ion-title>
|
</ion-title>
|
||||||
<ion-buttons slot="end">
|
<ion-buttons slot="end">
|
||||||
<ion-button fill="clear" (click)="openFilter()" [attr.aria-label]="'core.filter' | translate">
|
<ion-button fill="clear" (click)="openFilter()" [attr.aria-label]="'core.filter' | translate">
|
||||||
|
|
|
@ -43,7 +43,7 @@ Feature: Test creation of calendar events in app
|
||||||
And I set the field "Description" to "This is User Event 01 description." in the app
|
And I set the field "Description" to "This is User Event 01 description." in the app
|
||||||
And I set the field "Location" to "Barcelona" in the app
|
And I set the field "Location" to "Barcelona" in the app
|
||||||
And I press "Save" in the app
|
And I press "Save" in the app
|
||||||
Then I should find "Calendar events" in the app
|
Then I should find "Calendar" in the app
|
||||||
|
|
||||||
# Verify that event was created right.
|
# Verify that event was created right.
|
||||||
When I open the calendar for "4" "2025" in the app
|
When I open the calendar for "4" "2025" in the app
|
||||||
|
|
Loading…
Reference in New Issue