mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: reword sponsor button to "Support us" (#468)
Reword the top-nav sponsor button from "Keep it free" to "Support us" across all 21 locales and update the e2e assertion.
This commit is contained in:
@@ -14,7 +14,7 @@ test.describe("Sponsor button", () => {
|
||||
await expect(link).toBeVisible();
|
||||
await expect(link).toHaveAttribute("target", "_blank");
|
||||
await expect(link).toHaveAttribute("rel", "noopener noreferrer");
|
||||
await expect(link).toContainText(/keep it free/i);
|
||||
await expect(link).toContainText(/support us/i);
|
||||
await expect(link).toHaveClass(/bg-pink-50/);
|
||||
await expect(link).toHaveClass(/text-pink-700/);
|
||||
await expect(link).toHaveClass(/border-pink-200/);
|
||||
|
||||
Reference in New Issue
Block a user