test: re-enable some skipped tests (#29655)

* test: re-enable some skipped tests

* test: enable more tests
This commit is contained in:
David Sanders 2021-06-14 18:55:08 -07:00 committed by GitHub
commit 214fcfc46d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -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 () => {