@@ -50,8 +50,6 @@ export class HomePage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// test interní odkazy
|
// test interní odkazy
|
||||||
async clickMenuItem(name: string) {
|
async clickMenuItem(name: string) {
|
||||||
await this.page.getByRole('link', { name: name, exact: true }).click();
|
await this.page.getByRole('link', { name: name, exact: true }).click();
|
||||||
|
|||||||
Reference in New Issue
Block a user