Browse Source

test: fix cypress e2e testing of tagInput renderTagItem

pointhalo 2 years ago
parent
commit
eba5a6418f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/semi-ui/tagInput/_story/tagInput.stories.jsx

+ 2 - 2
packages/semi-ui/tagInput/_story/tagInput.stories.jsx

@@ -1,6 +1,6 @@
 import React, { useState, useCallback } from 'react';
-import { Toast, Icon, Button, Avatar, Form, Popover, SideSheet, Modal, TagInput } from '../../index';
-import { IconGift, IconVigoLogo } from '@douyinfe/semi-icons';
+import { Toast, Icon, Button, Avatar, Form, Popover, SideSheet, Modal, TagInput, Switch } from '../../index';
+import { IconGift, IconVigoLogo, IconClose } from '@douyinfe/semi-icons';
 const style = {
   width: 400,
   marginTop: 10,