-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { expect, test } from '@playwright/test' | ||
|
||
test('should import styles in client config file not exports', async ({ | ||
page, | ||
}) => { | ||
await page.goto('markdown/anchor.html', { waitUntil: 'domcontentloaded' }) | ||
|
||
await expect(page.locator('#title')).toHaveCSS('font-size', '32px') | ||
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 20, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 20, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 20, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 18, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 18, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 18, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 22, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 22, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 22, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 20, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 20, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 20, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 22, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 22, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 22, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 18, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 18, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 18, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 20, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 20, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 20, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 18, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 18, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (ubuntu-latest, 18, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 18, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 18, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 18, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 20, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 20, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 20, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 22, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 22, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 22, webpack)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 22, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 22, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts GitHub Actions / e2e (macos-latest, 22, vite)[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports
|
||
}) |