fix(#240): rename segmentation column heading to "Text markieren"
"Rahmen einzeichnen" assumed familiarity with the segmentation concept; "Text markieren" is self-explanatory for new contributors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -54,7 +54,7 @@ describe('MissionControlStrip', () => {
|
||||
}
|
||||
});
|
||||
|
||||
await expect.element(page.getByText('Rahmen einzeichnen')).toBeInTheDocument();
|
||||
await expect.element(page.getByText('Text markieren')).toBeInTheDocument();
|
||||
await expect.element(page.getByText('Text eintippen')).toBeInTheDocument();
|
||||
await expect.element(page.getByText(/Lesefertig/)).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user