Skip to content

Commit

Permalink
ci: change playwright device list to use iphone 13 instead of iphone 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper573 committed Jul 4, 2024
1 parent 0b844ac commit 57aa257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/playwright/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const devicesToTest = [
"Desktop Edge",
"iPad Pro 11",
"iPad Pro 11 landscape",
"iPhone 12",
"iPhone 13",
];

function projectForDevice(name) {
Expand Down

0 comments on commit 57aa257

Please sign in to comment.