test(split-pane): migrate to playwright (#26344)

This commit is contained in:
Liam DeBeasi
2022-11-22 16:00:53 -05:00
committed by GitHub
parent 2fe23d9d46
commit 181c44e4bb
16 changed files with 43 additions and 131 deletions

View File

@@ -5,4 +5,9 @@ export const Viewports = {
height: 900,
},
},
// Based off https://github.com/ionic-team/ionic-framework/blob/2fe23d9d46c3593843c781c57340332e5a86fd64/core/src/components/split-pane/split-pane.tsx#L9-L13
large: {
width: 992,
height: 768,
},
};