test: add a test for New a page ,then go to all pages and show delete modal

This commit is contained in:
tzhangchi
2022-12-23 23:32:16 +08:00
parent 75e94c9117
commit 789a30b7aa
2 changed files with 31 additions and 0 deletions
@@ -112,6 +112,7 @@ export const PageList = ({
/>
<TableCell
style={{ padding: 0 }}
data-testid={`more-actions-${pageMeta.id}`}
onClick={e => {
e.stopPropagation();
}}