Skip to content

Commit 5b86882

Browse files
authored
template editor: update navigation bar locator (#2242)
* template editor: update navigation bar locator Locator for the template navigation bar (Editor/Changes/Preview) has slightly changed. Related to change theforeman/foreman#11099
1 parent c49fa89 commit 5b86882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airgun/views/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class TemplateEditor(View):
575575
"""
576576

577577
ROOT = ".//div[@id='editor-container']"
578-
rendering_options = ItemsList(".//div[contains(@class,'navbar-editor')]/ul")
578+
rendering_options = ItemsList(".//div[@data-ouia-component-id='editor-navbar-tabs']/ul")
579579
import_template = Button(id='import-btn')
580580
fullscreen = Text(locator=".//button[@id='fullscreen-btn']")
581581
fullscreen_close = Text(

0 commit comments

Comments
 (0)