[UPD] script selenium: dashboard use odoo_website_menu_click
This commit is contained in:
parent
b9faf85505
commit
f09a1252e2
1 changed files with 2 additions and 3 deletions
|
|
@ -147,9 +147,8 @@ def run(
|
|||
|
||||
# Open View
|
||||
if config.open_dashboard:
|
||||
selenium_tool.click(
|
||||
"/html/body/header/nav/div/div[1]/div[2]/div/div/div/ul/li[3]/a",
|
||||
timeout=15,
|
||||
selenium_tool.odoo_website_menu_click(
|
||||
"Tableaux de bord"
|
||||
)
|
||||
|
||||
# Open conversation chat
|
||||
|
|
|
|||
Loading…
Reference in a new issue