Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP attempt to fix screen size for mac e2e tests
✖ Select Boxes - SelectBox opens above in creation dialog if there's not enough space below. 1) Unable to resize the window because the specified size exceeds the screen size. On macOS, a window cannot be larger than the screen. Browser: Chrome 129.0.0.0 / Ventura 13 21 | .gt(await ReactSelector('NodeCreationDialog SelectBox').getBoundingClientRectProperty('top')); 22 |}); 23 | 24 |test('SelectBox opens above in creation dialog if there\'s not enough space below.', async t => { 25 | await t > 26 | .resizeWindow(1200, 768)
- Loading branch information