We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b473dce commit e3fa791Copy full SHA for e3fa791
1 file changed
tests/e2e/grammar-mobile.spec.ts
@@ -93,6 +93,6 @@ test("mobile locked lesson actions reveal the login prompt on tap", async ({
93
94
await downloadButton.click();
95
await expect(
96
- page.getByText("Log in or sign up to download lessons as PDF"),
+ page.getByText("Sign in or sign up to download lessons as PDF"),
97
).toBeVisible();
98
});
0 commit comments