File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/feedback/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ describe('Popover', () => {
355
355
// Content is slightly longer than the anchor element. The popover matches
356
356
// one of its sides but spans further to the opposite one
357
357
{
358
- children : 'slightly longer text' . repeat ( 2 ) ,
358
+ children : 'slightly longer text' ,
359
359
align : 'left' ,
360
360
getExpectedCoordinates : ( popoverDOMNode , wrapper ) => {
361
361
const buttonDOMNode = getToggleButton ( wrapper ) . getDOMNode ( ) ;
@@ -388,7 +388,7 @@ describe('Popover', () => {
388
388
// Content is very big, so popover spans to the edge of the viewport and
389
389
// grows further than the opposite side of the anchor element
390
390
{
391
- children : 'very long text' . repeat ( 6 ) ,
391
+ children : 'very long text' . repeat ( 4 ) ,
392
392
align : 'left' ,
393
393
getExpectedCoordinates : popoverDOMNode => {
394
394
const popoverRect = popoverDOMNode . getBoundingClientRect ( ) ;
You can’t perform that action at this time.
0 commit comments