test: re-enable some skipped tests (#29655)
* test: re-enable some skipped tests * test: enable more tests
This commit is contained in:
parent
f022ead559
commit
214fcfc46d
3 changed files with 9 additions and 8 deletions
|
|
@ -406,8 +406,7 @@ describe('BrowserWindow module', () => {
|
|||
await expect(p).to.eventually.be.fulfilled;
|
||||
});
|
||||
|
||||
// FIXME(robo/nornagon): re-enable these once service workers work
|
||||
describe.skip('POST navigations', () => {
|
||||
describe('POST navigations', () => {
|
||||
afterEach(() => { w.webContents.session.webRequest.onBeforeSendHeaders(null); });
|
||||
|
||||
it('supports specifying POST data', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue