Skip to content

Commit 7aef5bc

Browse files
committed
test(admin-ui): update support banner assertions
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 64096d0 commit 7aef5bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/tests/components/admin/AdminSupportBanner.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ describe("AdminSupportBanner", () => {
4242
const wrapper = mount(AdminSupportBanner);
4343

4444
expect(wrapper.text()).toContain(
45-
"tr:Help keep Profile Fields sustainable.",
45+
"tr:Help sustain Profile Fields development.",
4646
);
4747
expect(wrapper.text()).toContain(
4848
"tr:Profile Fields is open source under the AGPL license and maintained by the LibreCode team, creators of LibreSign.",
4949
);
5050
expect(wrapper.text()).toContain(
51-
"tr:If your organization depends on it, please help us sustain its development and maintenance.",
51+
"tr:If your organization depends on this app, please help fund ongoing development and maintenance.",
5252
);
5353
expect(wrapper.text()).toContain("tr:Sponsor LibreSign");
5454
expect(wrapper.text()).toContain("tr:Maybe later");
55-
expect(wrapper.text()).toContain("tr:Give Profile Fields a ⭐ on GitHub");
55+
expect(wrapper.text()).toContain("tr:Star Profile Fields on GitHub");
5656
expect(wrapper.text()).toContain(
57-
"tr:Contact us for support or custom development",
57+
"tr:Contact us for support or custom development services",
5858
);
5959
});
6060

0 commit comments

Comments
 (0)