test: use TestOptions type in config (#326)
This commit is contained in:
parent
a15f0f301b
commit
a713300c5b
4 changed files with 11 additions and 7 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
import { test, expect } from './fixtures.js';
|
||||
|
||||
test('browser_take_screenshot (viewport)', async ({ startClient, server }) => {
|
||||
test('--device should work', async ({ startClient, server }) => {
|
||||
const client = await startClient({
|
||||
args: ['--device', 'iPhone 15'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue