We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9eaca3 commit a6ee87fCopy full SHA for a6ee87f
packages/core/src/elements/floating_panel/index.test.ts
@@ -52,6 +52,7 @@ describe('Floating panel', () => {
52
53
el.active = true;
54
await waitUntil(() => el.hasAttribute('data-current-placement'));
55
+ expect(el).to.have.attribute('data-current-placement', 'bottom-start');
56
expect(panel).to.have.style('position', 'fixed');
57
});
58
@@ -68,6 +69,7 @@ describe('Floating panel', () => {
68
69
70
71
72
73
expect(handler.called).to.be.true;
74
75
0 commit comments