Skip to main content
✏️ Code CompletionQA Testing & QA Medium+20 XP

Testing Library Query

Complete to find an element by its text.

✏️ Fill in the blank
const btn = screen.___("Submit");

✏️ Type the missing code: