remove comments
This commit is contained in:
parent
c00e781193
commit
2b6b01c6dc
|
|
@ -42,8 +42,7 @@ test('should render html report git info metadata', async ({ runUITest }) => {
|
||||||
|
|
||||||
await page.getByTitle('Run all').click();
|
await page.getByTitle('Run all').click();
|
||||||
await expect(page.getByTestId('status-line')).toHaveText('1/1 passed (100%)');
|
await expect(page.getByTestId('status-line')).toHaveText('1/1 passed (100%)');
|
||||||
|
|
||||||
await page.getByTitle('Toggle output').click();
|
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');
|
await expect(page.getByTestId('output')).toContainText('ci.link: https://playwright.dev');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue