Skip to content

Commit f4ecc6b

Browse files
committed
improve text recognition
1 parent 733d5f9 commit f4ecc6b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/mini-apps/login-form-lumen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ export const loginFormLumen: MiniAppDefinition = {
213213
expectedAnswers: [
214214
"Pasting is disabled in the email and password fields, forcing users to type credentials manually.",
215215
"You cannot paste into the login form inputs, which prevents using a password manager.",
216+
"The copy/paste functionality is disabled.",
216217
"The form blocks paste on the email and password inputs, making it harder to use saved credentials.",
217218
"Paste is blocked in the email and password fields, which is frustrating for users who copy credentials from a password manager.",
218219
"The input fields prevent pasting, so users cannot paste their email or password from the clipboard.",

app/mini-apps/sales-chart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export const salesChart: MiniAppDefinition = {
237237
"When hovering on December data points, the tooltip is cropped by the chart boundary.",
238238
"The chart container hides part of the tooltip when it would extend beyond the chart area.",
239239
"The info modal can go out of the screen bounds.",
240+
"For data points near the right edge, the metrics legend is no longer visible",
240241
],
241242
hint: "Hover over data points.",
242243
wrongAnswers: [

0 commit comments

Comments
 (0)