File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
examples/sites/demos/pc/app/grid/slot Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff 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 : / ^ 1 9 $ / } )
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} )
You can’t perform that action at this time.
0 commit comments