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 #6932 from bsclifton/fix-payment-panel-test
Browse files Browse the repository at this point in the history
Revert "Disable payments panel tests too"; update names for tests to …
  • Loading branch information
bsclifton authored Jan 30, 2017
2 parents a14fcdf + 7b31518 commit 57e6965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/components/ledgerPanelAdvancedPanelTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ let generateAndSaveRecoveryFile = function (recoveryFilePath, paymentId, passphr
return
}

describe.skip('Payments Panel -> Advanced Panel', function () {
describe.skip('Advanced payment panel tests', function () {
let context = this
Brave.beforeEach(this)

Expand Down
2 changes: 1 addition & 1 deletion test/components/ledgerPanelTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function * setup (client) {
.waitForVisible(urlInput)
}

describe.skip('Payments Panel', function () {
describe('Regular payment panel tests', function () {
describe('can setup payments', function () {
Brave.beforeEach(this)
beforeEach(function * () {
Expand Down

0 comments on commit 57e6965

Please sign in to comment.