File tree 2 files changed +7
-0
lines changed 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 7
7
pressKeys ,
8
8
} from '../../cdk/testing/private/e2e' ;
9
9
10
+ ( Error as any ) . stackTraceLimit = Infinity ;
11
+
10
12
const presenceOf = ExpectedConditions . presenceOf ;
11
13
const not = ExpectedConditions . not ;
12
14
@@ -175,6 +177,10 @@ describe('MDC-based menu', () => {
175
177
176
178
const trigger = await page . beforeTrigger ( ) . getLocation ( ) ;
177
179
180
+ console . error ( 'TEST' ) ;
181
+ console . error ( await page . menu ( ) . getAttribute ( 'class' ) ) ;
182
+ console . error ( await page . menu ( ) . getLocation ( ) ) ;
183
+
178
184
// the menu's right corner must be attached to the trigger's right corner.
179
185
// menu = 112px wide. trigger = 60px wide. 112 - 60 = 52px of menu to the left of trigger.
180
186
// trigger.x (left corner) - 52px (menu left of trigger) = expected menu.x (left corner)
Original file line number Diff line number Diff line change
1
+ exports_files (["esbuild-amd-config.mjs" ])
You can’t perform that action at this time.
0 commit comments