Skip to content

Commit ab59401

Browse files
fix(text-popup): 将测试用例中的value更改为modelValue
1 parent 2a8efb2 commit ab59401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/text-popup/modelValue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test('Textpopup 基本用法', async ({ page }) => {
44
page.on('pageerror', (exception) => expect(exception).toBeNull())
55
await page.goto('text-popup#value')
66

7-
const preview = page.locator('#value')
7+
const preview = page.locator('#modelValue')
88
const small = preview.locator('input')
99
const larger = preview.locator('textarea')
1010

0 commit comments

Comments
 (0)