drive-by
This commit is contained in:
parent
3022a42023
commit
2e375f82ca
|
|
@ -125,7 +125,7 @@ All API classes, methods, and events should have a description in [`docs/src`](h
|
|||
To run the documentation linter, use:
|
||||
|
||||
```bash
|
||||
npm run doclint
|
||||
npm run doc
|
||||
```
|
||||
|
||||
To build the documentation site locally and test how your changes will look in practice:
|
||||
|
|
|
|||
|
|
@ -350,8 +350,7 @@ it('should emit event via prepend', async ({ page, server }) => {
|
|||
expect(chooser).toBeTruthy();
|
||||
});
|
||||
|
||||
it('should emit event for iframe', async ({ page, server, browserName }) => {
|
||||
it.skip(browserName === 'firefox');
|
||||
it('should emit event for iframe', async ({ page, server }) => {
|
||||
const frame = await attachFrame(page, 'frame1', server.EMPTY_PAGE);
|
||||
await frame.setContent(`<input type=file>`);
|
||||
const [chooser] = await Promise.all([
|
||||
|
|
|
|||
Loading…
Reference in a new issue