Rename Income Statement to P&L, Transactions to Journal
This commit is contained in:
@@ -259,13 +259,13 @@ acceptance("Hledger plugin", function (needs) {
|
||||
.hasText("Balance sheet");
|
||||
assert
|
||||
.dom(".hledger-dashboard__toolbar .btn:nth-of-type(3)")
|
||||
.hasText("Income statement");
|
||||
.hasText("P&L");
|
||||
assert
|
||||
.dom(".hledger-dashboard__toolbar .btn:nth-of-type(4)")
|
||||
.hasText("Equity");
|
||||
assert
|
||||
.dom(".hledger-dashboard__toolbar .btn:nth-of-type(5)")
|
||||
.hasText("Transactions");
|
||||
.hasText("Journal");
|
||||
assert
|
||||
.dom(
|
||||
".hledger-dashboard__toolbar .btn:nth-of-type(2) .d-icon-scale-balanced"
|
||||
|
||||
Reference in New Issue
Block a user