Skip to content

Commit b3b21ea

Browse files
authored
chore(web): correct the name of test case (#1018)
1 parent 179e88e commit b3b21ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/web-integration/tests/ai/web/playwright/image-prompt.spec.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ test.beforeEach(async ({ page }) => {
99

1010
const CACHE_TIME_OUT = process.env.MIDSCENE_CACHE;
1111

12-
test('test open new tab', async ({ aiBoolean, aiAction, aiAssert, aiTap }) => {
12+
test('prompting with images', async ({
13+
aiBoolean,
14+
aiAction,
15+
aiAssert,
16+
aiTap,
17+
}) => {
1318
if (CACHE_TIME_OUT) {
1419
test.setTimeout(200 * 1000);
1520
}

0 commit comments

Comments
 (0)