ci: trigger the pr check

This commit is contained in:
zpc7 2022-05-06 12:48:50 +08:00
parent 8545647313
commit d9ce1ad14c

View File

@ -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 () => {