[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
|
# Open View
|
||||||
if config.open_dashboard:
|
if config.open_dashboard:
|
||||||
selenium_tool.click(
|
selenium_tool.odoo_website_menu_click(
|
||||||
"/html/body/header/nav/div/div[1]/div[2]/div/div/div/ul/li[3]/a",
|
"Tableaux de bord"
|
||||||
timeout=15,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Open conversation chat
|
# Open conversation chat
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue