tagInput.spec.js 312 B

123456789
  1. describe('tag', () => {
  2. it('tagInput with renderTagItem', () => {
  3. cy.visit('http://127.0.0.1:6006/iframe.html?id=taginput--render-tag-item&args=&viewMode=story');
  4. // focus and esc
  5. cy.get('.semi-icon-close').click();
  6. cy.get('.semi-icon-close').should('not.exist');
  7. });
  8. });