💬(app-impress) replace recent with documents

Replace Recent literal by Documents.
This commit is contained in:
Anthony LC
2024-05-14 10:10:26 +02:00
committed by Anthony LC
parent c0d919ae52
commit a26ee3b868
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ test.describe('Pads Panel', () => {
test('checks all the elements are visible', async ({ page }) => {
const panel = page.getByLabel('Pads panel').first();
await expect(panel.getByText('Recents')).toBeVisible();
await expect(panel.getByText('Documents')).toBeVisible();
await expect(
panel.getByRole('button', {