mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-12 15:31:31 +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);
|
||||
await page.goto(`file:${htmlFile}`);
|
||||
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(
|
||||
'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',
|
||||
},
|
||||
|
||||
@ -8,6 +8,12 @@
|
||||
"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",
|
||||
"actions": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user