mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-14 08:38:02 +00:00
chore: update e2e cache (#70)
This commit is contained in:
parent
61dcdb7328
commit
2b4beaa1eb
@ -12,10 +12,10 @@ test('ai report', async ({ page, ai, aiAssert }, testInfo) => {
|
|||||||
console.log('report html path:', htmlFile);
|
console.log('report html path:', htmlFile);
|
||||||
await page.goto(`file:${htmlFile}`);
|
await page.goto(`file:${htmlFile}`);
|
||||||
await ai(
|
await ai(
|
||||||
'Move your mouse over the top task list (next to the logo) and click Select ai todo from the drop-down list',
|
'Move your mouse over the top task list (next to the logo) and click ai todo from the drop-down list',
|
||||||
);
|
);
|
||||||
const actionsList = await ai(
|
const actionsList = await ai(
|
||||||
'Array<{title: string(task name), actions: Array<string(task action name,Excluding time)>}>',
|
'Array<{title: string(task name,include action、wait), actions: Array<string(task action name,Excluding time)>}>',
|
||||||
{
|
{
|
||||||
type: 'query',
|
type: 'query',
|
||||||
},
|
},
|
||||||
|
|||||||
@ -8,6 +8,12 @@
|
|||||||
"Action / KeyboardPress"
|
"Action / KeyboardPress"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "waitFor: the input box for task title is empty now",
|
||||||
|
"actions": [
|
||||||
|
"Insight / Assert"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Enter \"Learn Rust tomorrow\" in the task box, then press Enter to create",
|
"title": "Enter \"Learn Rust tomorrow\" in the task box, then press Enter to create",
|
||||||
"actions": [
|
"actions": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user