Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11358 from luixxiul/unskip-bitwarden-installs-whe…
Browse files Browse the repository at this point in the history
…n-enabled

Unskip 'bitwarden installs when enabled' automated test
  • Loading branch information
cezaraugusto committed Oct 9, 2017
1 parent b1f8771 commit eb350b7
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 @@ -131,7 +131,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 eb350b7

Please sign in to comment.