chore: remove undocumented page-title-set webview event (#34533)

This commit is contained in:
Milan Burda 2022-06-22 10:18:42 +02:00 committed by GitHub
parent 218797eb61
commit f172136752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions

View file

@ -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, {