chore(html-reporter) remove unnecessary 'page' from test
This commit is contained in:
parent
5e985a664a
commit
d167c5b928
|
|
@ -107,7 +107,7 @@ const linkRenderingTestCase: TestCase = {
|
||||||
results: [result]
|
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 component = await mount(<TestCaseView projectNames={['chromium', 'webkit']} test={linkRenderingTestCase} run={0} anchor=''></TestCaseView>);
|
||||||
// const container = await(component.getByText('Annotations'));
|
// const container = await(component.getByText('Annotations'));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue