Skip to content

Commit

Permalink
Unskip 'bitwarden installs when enabled' automated test
Browse files Browse the repository at this point in the history
Closes brave#11357
Follow-up to brave#4776

It should not be skipped since 0.19 as the extension is re-enabled on that version.

Auditors: @bsclifton

Test Plan:
1. Run `npm run test -- --grep='bitwarden installs when enabled'`
  • Loading branch information
Suguru Hirahara authored and syuan100 committed Nov 9, 2017
1 parent 5d9a46d commit 1e5256a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/about/extensionsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('about:extensions', function () {
.waitForVisible(`[data-extension-id="${extensionIds[passwordManagers.ENPASS]}"]`, extensionDownloadWaitTime)
})
})
describe.skip('bitwarden installs when enabled', function () {
describe('bitwarden installs when enabled', function () {
Brave.beforeAll(this)
before(function * () {
yield setup(this.app.client)
Expand Down

0 comments on commit 1e5256a

Please sign in to comment.