Browse Source

Revert "spec: disable the i18nString test"

This reverts commit 86c79653de3ae8d4dbcf5f2dd4388b2f0bf3e633.
Cheng Zhao 6 years ago
parent
commit
31e2166cea
1 changed files with 1 additions and 2 deletions
  1. 1 2
      spec/api-browser-window-spec.js

+ 1 - 2
spec/api-browser-window-spec.js

@@ -2802,8 +2802,7 @@ describe('BrowserWindow module', () => {
               expect(this.message).to.have.own.property('tabId')
               expect(this.message.tabId).to.equal(w.webContents.id)
             })
-            // TODO(zcbena): [Ch66] Enable the tests.
-            xit('has "i18nString" with proper contents', function () {
+            it('has "i18nString" with proper contents', function () {
               expect(this.message).to.have.own.property('i18nString')
               expect(this.message.i18nString).to.equal('foo - bar (baz)')
             })