mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: disable flaky webview.clearHistory test (#19398)
This commit is contained in:
@@ -929,7 +929,8 @@ describe('<webview> tag', function () {
|
||||
})
|
||||
})
|
||||
|
||||
describe('<webview>.clearHistory()', () => {
|
||||
// FIXME: https://github.com/electron/electron/issues/19397
|
||||
xdescribe('<webview>.clearHistory()', () => {
|
||||
it('should clear the navigation history', async () => {
|
||||
const message = waitForEvent(webview, 'ipc-message')
|
||||
await loadWebView(webview, {
|
||||
|
||||
Reference in New Issue
Block a user