mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Merge pull request #1238 from waywardmonkeys/fix-popover-test
Fix popover test.
This commit is contained in:
commit
8ac8b39d70
@ -23,6 +23,6 @@ describe('Popover', function() {
|
||||
expect(popup).not.toBe(undefined);
|
||||
expect(popup.className).toContain('ant-popover-placement-top');
|
||||
expect(popup.innerHTML).toMatch(/<div class="ant-popover-title".*?>code<\/div>/);
|
||||
expect(popup.innerHTML).toMatch(/<div class="ant-popover-content".*?>console\.log\('hello world'\)<\/div>/);
|
||||
expect(popup.innerHTML).toMatch(/<div class="ant-popover-inner-content".*?>console\.log\('hello world'\)<\/div>/);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user