We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9a00d commit 6a40844Copy full SHA for 6a40844
examples/sites/demos/pc/app/statistic/statistic-slot.spec.ts
@@ -3,7 +3,7 @@ import { test, expect } from '@playwright/test'
3
test('插槽用法', async ({ page }) => {
4
page.on('pageerror', (exception) => expect(exception).toBeNull())
5
await page.goto('statistic#statistic-slot')
6
- const desc = page.locator('.tiny-statistic__description')
+ const desc = page.locator('.tiny-statistic__description-margin')
7
await page
8
.locator('div')
9
.filter({ hasText: /^存储总量已使用容量\(GB\)10,010,258GB$/ })
0 commit comments