chore: remove undocumented page-title-set webview event (#34533)
This commit is contained in:
parent
218797eb61
commit
f172136752
2 changed files with 0 additions and 20 deletions
|
@ -566,18 +566,6 @@ describe('<webview> tag', function () {
|
|||
});
|
||||
});
|
||||
|
||||
describe('page-title-set event', () => {
|
||||
it('emits when title is set', async () => {
|
||||
loadWebView(webview, {
|
||||
src: `file://${fixtures}/pages/a.html`
|
||||
});
|
||||
const { title, explicitSet } = await waitForEvent(webview, 'page-title-set');
|
||||
|
||||
expect(title).to.equal('test');
|
||||
expect(explicitSet).to.be.true();
|
||||
});
|
||||
});
|
||||
|
||||
describe('page-favicon-updated event', () => {
|
||||
it('emits when favicon urls are received', async () => {
|
||||
loadWebView(webview, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue