We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f2309 commit 3896d36Copy full SHA for 3896d36
examples/sites/demos/pc/app/pager/custom-total.spec.ts
@@ -8,6 +8,6 @@ test('自定义总条数', async ({ page }) => {
8
const pager = demo.locator('.tiny-pager')
9
const total = pager.locator('.tiny-pager__total')
10
11
- await expect(total.first()).toHaveText('总条数:100万+')
12
- await expect(total.nth(1)).toHaveText('总条数:条数超出百万')
+ await expect(total.first()).toHaveText('总条数: 100万+')
+ await expect(total.nth(1)).toHaveText('总条数: 条数超出百万')
13
})
0 commit comments