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 #10168 from NejcZdovc/tests/ledger-pin
Browse files Browse the repository at this point in the history
Skips ledger pin test until #9641 is fixed
  • Loading branch information
NejcZdovc authored Jul 27, 2017
2 parents b5828cc + 0bf3894 commit 744469f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/about/ledgerTableTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ describe('Ledger table', function () {
.waitForVisible(`${firstTableFirstRow} [data-switch-status="true"]`)
})

it('check pinned sites amount, when you have 0 eligible unpinned sites', function * () {
// TODO re-enable when #9641 is fixed
it.skip('check pinned sites amount, when you have 0 eligible unpinned sites', function * () {
yield this.app.client
.tabByIndex(0)
.click(`${secondTableFirstRow} [data-test-pinned="false"]`)
Expand Down

0 comments on commit 744469f

Please sign in to comment.