mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(split-pane): migrate to playwright (#26344)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user