test(playwright): do not check desktop viewports by default (#25222)

This commit is contained in:
Liam DeBeasi
2022-05-03 16:32:58 -04:00
committed by GitHub
parent d1fc717f59
commit be2985bff5
396 changed files with 202 additions and 88 deletions

View File

@ -6,6 +6,7 @@ test.describe('datetime: selecting a day', () => {
const testHighlight = async (page: E2EPage, datetimeID: string) => {
const today = new Date();
await page.goto('/src/components/datetime/test/basic');
await page.setIonViewport();
const todayBtn = page.locator(
`#${datetimeID} .calendar-day[data-day='${today.getDate()}'][data-month='${today.getMonth() + 1}']`

Some files were not shown because too many files have changed in this diff Show More