remove comments

This commit is contained in:
vitalets 2025-01-28 09:57:44 +04:00
parent c00e781193
commit 2b6b01c6dc

View file

@ -42,8 +42,7 @@ test('should render html report git info metadata', async ({ runUITest }) => {
await page.getByTitle('Run all').click();
await expect(page.getByTestId('status-line')).toHaveText('1/1 passed (100%)');
await page.getByTitle('Toggle output').click();
// does not pass, actual output: ci.link: undefined
await expect(page.getByTestId('output')).toContainText('ci.link: https://playwright.dev');
});