@remit/ui 0.0.134 → 0.0.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -655,11 +655,11 @@ describe("RunStepBody", () => {
|
|
|
655
655
|
verb: "junk",
|
|
656
656
|
scope: "once",
|
|
657
657
|
failureReason:
|
|
658
|
-
"This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings ›
|
|
658
|
+
"This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folder roles.",
|
|
659
659
|
}),
|
|
660
660
|
);
|
|
661
661
|
assert.match(text(html), /no Junk folder appointed/);
|
|
662
|
-
assert.match(text(html), /Settings ›
|
|
662
|
+
assert.match(text(html), /Settings › Folder roles/);
|
|
663
663
|
assert.doesNotMatch(html, /Nothing has changed\./);
|
|
664
664
|
});
|
|
665
665
|
|
|
@@ -606,7 +606,7 @@ describe("runCopy", () => {
|
|
|
606
606
|
// that would.
|
|
607
607
|
it("carries the reason a commit could not start, in place of a retry", () => {
|
|
608
608
|
const reason =
|
|
609
|
-
"This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings ›
|
|
609
|
+
"This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folder roles.";
|
|
610
610
|
const blocked = runCopy({
|
|
611
611
|
state: "commitFailed",
|
|
612
612
|
verb: "junk",
|