fixes
This commit is contained in:
@@ -652,7 +652,8 @@
|
||||
(is (= 2 (count (re-seq #"data-entry-id=\"REMOVE-TEST-manual-ext-a\"" html))))
|
||||
(is (= 2 (count (re-seq #"data-entry-id=\"REMOVE-TEST-manual-ext-b\"" html))))
|
||||
(testing "and offers a remove button that drops the whole entry"
|
||||
(is (= 4 (count (re-seq #"removeImportEntryRows\(\$el\)" html))))
|
||||
(is (= 4 (count (re-seq #"\$dispatch\('remove-import-entry'" html))))
|
||||
(is (= 4 (count (re-seq #"remove-import-entry\.window" html))))
|
||||
(is (= 2 (count (re-seq #"data-remove-entry-id=\"REMOVE-TEST-manual-ext-a\"" html))))
|
||||
(is (= 2 (count (re-seq #"aria-label=\"Remove ledger entry REMOVE-TEST-manual-ext-a\"" html))))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user