chore(html-reporter) remove unnecessary 'page' from test

This commit is contained in:
Ryan Rosello 2024-07-07 06:51:40 +10:00
parent 5e985a664a
commit d167c5b928

View file

@ -107,7 +107,7 @@ const linkRenderingTestCase: TestCase = {
results: [result]
};
test('should correctly render links in annotations', async ({ mount, page }) => {
test('should correctly render links in annotations', async ({ mount }) => {
const component = await mount(<TestCaseView projectNames={['chromium', 'webkit']} test={linkRenderingTestCase} run={0} anchor=''></TestCaseView>);
// const container = await(component.getByText('Annotations'));