mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
ci: trigger the pr check
This commit is contained in:
parent
8545647313
commit
d9ce1ad14c
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user