Skip to content

Commit 39030a2

Browse files
authored
chore: upgrade to mobilewright 0.0.31 (#10)
1 parent 202787d commit 39030a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function createPackageJson(targetDir: string, language: Language): void {
7272
...(typeof pkg.devDependencies === "object" && pkg.devDependencies !== null
7373
? (pkg.devDependencies as Record<string, string>)
7474
: {}),
75-
"@mobilewright/test": "0.0.30",
76-
"mobilewright": "0.0.30",
75+
"@mobilewright/test": "0.0.31",
76+
"mobilewright": "0.0.31",
7777
};
7878

7979
if (language === "ts") {
@@ -123,7 +123,7 @@ function createTestFile(targetDir: string, testDir: string, language: Language):
123123
"// for agent skill see: https://github.com/mobile-next/mobilewright-skill",
124124
importLine,
125125
"",
126-
"test('app launches and shows home screen', async ({ screen }) => {",
126+
"test('app launches and shows home screen', async ({ screen, device }) => {",
127127
" await expect(screen.getByText('Welcome')).toBeVisible();",
128128
"});",
129129
"",

0 commit comments

Comments
 (0)