Skip to content

Commit f1a4117

Browse files
committed
add ion classes to ionic theme tests
1 parent e05944e commit f1a4117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/utils/test/playwright/page/utils/set-content.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const setContent = async (page: Page, html: string, testInfo: TestInfo, o
4343
theme === 'ionic'
4444
? `
4545
<link href="${baseUrl}/css/ionic/bundle.ionic.css" rel="stylesheet" />
46+
<link href="${baseUrl}/css/utils.bundle.css" rel="stylesheet" />
4647
`
4748
: `
4849
<link href="${baseUrl}/css/ionic.bundle.css" rel="stylesheet" />
@@ -56,6 +57,7 @@ export const setContent = async (page: Page, html: string, testInfo: TestInfo, o
5657
theme === 'ionic'
5758
? `
5859
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic/bundle.ionic.css" />
60+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/utils.bundle.css" />
5961
`
6062
: `
6163
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css" />

0 commit comments

Comments
 (0)