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 35414f8 commit b821b0eCopy full SHA for b821b0e
examples/sites/demos/pc/app/pager/before-page-change.spec.ts
@@ -28,7 +28,7 @@ test('分页变更前置处理', async ({ page }) => {
28
await expect(tipModal).toBeVisible()
29
await confirmBtn.click()
30
await expect(tipModal).not.toBeVisible()
31
- await pager.locator('.tiny-pager__goto input').fill('100')
+ await pager.locator('.tiny-pager__goto input').fill('2')
32
await page.waitForTimeout(200)
33
await pager.locator('.tiny-pager__goto input').press('Enter')
34
0 commit comments