Skip to content

Commit 21bad1e

Browse files
committed
test(datetime): add missing id and screenshots
1 parent 516d589 commit 21bad1e

7 files changed

+1
-2
lines changed
Loading
Loading
Loading
Loading
Loading
Loading

core/src/components/datetime/test/show-adjacent-days/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="grid">
109109
<div class="grid-item">
110110
<h2>Inline Grid</h2>
111-
<ion-datetime show-adjacent-days="true" value="2020-03-14T14:23:00.000Z"></ion-datetime>
111+
<ion-datetime show-adjacent-days="true" id="default" value="2020-03-14T14:23:00.000Z"></ion-datetime>
112112
</div>
113113

114114
<div class="grid-item">
@@ -182,7 +182,6 @@ <h2>Change firstDayOfWeek</h2>
182182
</ion-app>
183183

184184
<script>
185-
const customGrid = document.querySelector('#custom-grid');
186185
const customDatetime = document.querySelector('#custom-calendar-days');
187186

188187
// Mock the current day to always have the same screenshots

0 commit comments

Comments
 (0)