Skip to content

Commit

Permalink
ci: trigger the pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
zpc7 committed May 7, 2022
1 parent 8545647 commit d9ce1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tooltip/__tests__/tooltip.test.js
Expand Up @@ -346,7 +346,7 @@ describe('Tooltip', () => {
const button = container.getElementsByTagName('span')[0];
fireEvent.mouseEnter(button);
await sleep(500);
expect(ref.current.getPopupDomNode().className).toContain('placement-topRight');
expect(ref.current.getPopupDomNode().className).toBe('placement-topRight');
});

it('should works for mismatch placement', async () => {
Expand Down

0 comments on commit d9ce1ad

Please sign in to comment.