mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-16 22:33:10 +00:00
chore: mark v0.0.64 (#1371)
This commit is contained in:
@@ -60,13 +60,13 @@ async function runCli(...args: string[]): Promise<CliResult> {
|
||||
}
|
||||
|
||||
test('open data URL', async ({}) => {
|
||||
expect(await runCli('open', 'data:text/html,hello')).toEqual(expect.objectContaining({
|
||||
expect(await runCli('open', 'data:text/html,hello', '--persistent')).toEqual(expect.objectContaining({
|
||||
output: expect.stringContaining('hello'),
|
||||
exitCode: 0,
|
||||
}));
|
||||
|
||||
expect(await runCli('session-delete')).toEqual(expect.objectContaining({
|
||||
output: expect.stringContaining('Deleted user data for session'),
|
||||
expect(await runCli('delete-data')).toEqual(expect.objectContaining({
|
||||
output: expect.stringContaining('Deleted user data for'),
|
||||
exitCode: 0,
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user