chore: test list tabs (#208)
This commit is contained in:
parent
7e4a964b0a
commit
4b261286bf
14 changed files with 66 additions and 58 deletions
|
|
@ -41,7 +41,7 @@ const pressKey: ToolFactory = captureSnapshot => ({
|
|||
`await page.keyboard.press('${validatedParams.key}');`,
|
||||
];
|
||||
|
||||
const action = () => tab.page.keyboard.press(validatedParams.key).then(() => ({}));
|
||||
const action = () => tab.page.keyboard.press(validatedParams.key);
|
||||
|
||||
return {
|
||||
code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue