Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f408239

Browse files
committed
fix: fix error e2e test
1 parent 6681622 commit f408239

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

examples/sites/demos/pc/app/grid/slot/editor-slot.spec.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,4 @@ test('编辑器插槽', async ({ page }) => {
1616
.first()
1717
.click()
1818
await expect(page.getByRole('cell', { name: 'WWWWsdfd 科技 YX 公司' })).toBeVisible()
19-
20-
await page.getByText('17:00:00').first().click()
21-
await page.waitForTimeout(1000)
22-
await page.locator('.tiny-date-editor .tiny-input__icon-container svg').nth(1).click()
23-
await page
24-
.locator('.tiny-time-spinner__list')
25-
.first()
26-
.locator('.tiny-time-spinner__item')
27-
.filter({ hasText: /^19$/ })
28-
.first()
29-
.click()
30-
await page
31-
.locator('div')
32-
.filter({ hasText: /^$/ })
33-
.first()
34-
.click()
35-
await expect(page.getByRole('cell', { name: '19:00:00' })).toBeVisible()
36-
await expect(page.locator('.tiny-modal').filter({ hasText: // })).toBeVisible()
3719
})

0 commit comments

Comments
 (0)