Skip to content

Commit ea10d94

Browse files
crisbetojosephperrott
authored andcommitted
test(overlay): fix ios test failure (#12601)
1 parent ef0b84b commit ea10d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/overlay/position/flexible-connected-position-strategy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ describe('FlexibleConnectedPositionStrategy', () => {
11541154
it('should align to the trigger if the overlay is wider than the viewport, but the trigger ' +
11551155
'is still within the viewport', () => {
11561156
originElement.style.top = '200px';
1157-
originElement.style.left = '200px';
1157+
originElement.style.left = '150px';
11581158

11591159
positionStrategy.withPositions([
11601160
{

0 commit comments

Comments
 (0)