import { test, expect } from "@playwright/test"; test("sidebar links", async ({ page }) => { await page.goto("/files/"); // Verify the page title await expect(page).toHaveTitle("Graham's Filebrowser - Files - playwright-files"); // Locate the credits container const credits = page.locator('.credits'); // Fix the selector to match the HTML structure // Assert that the