Skip to content

Commit

Permalink
chore: remove it.only in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
YyumeiZhang committed May 29, 2024
1 parent 0898c11 commit b02b23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/treeSelect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('treeSelect', () => {
cy.get('.semi-button-content-left').eq(0).contains('亚洲');
})

it.only('default open', () => {
it('default open', () => {
cy.visit('http://127.0.0.1:6006/iframe.html?id=treeselect--multiple')
cy.get('.semi-tree-select-popover').should('have.length', 1);
cy.get('#invisible-span').eq(0).trigger('mousedown');
Expand Down

0 comments on commit b02b23b

Please sign in to comment.