Skip to content

Commit f9ee551

Browse files
committed
template editor: update navigation bar locator
Locator for the template nagigation bar (Editor/Changes/Preview) has slightly changed. Related to change theforeman/foreman#10728
1 parent 876ae24 commit f9ee551

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
@@ -555,7 +555,7 @@ class TemplateEditor(View):
555555
"""
556556

557557
ROOT = ".//div[@id='editor-container']"
558-
rendering_options = ItemsList(".//div[contains(@class,'navbar-editor')]/ul")
558+
rendering_options = ItemsList(".//div[@data-ouia-component-id='editor-horizontal-navbar']/ul")
559559
import_template = Button(id='import-btn')
560560
fullscreen = Text(locator=".//button[@id='fullscreen-btn']")
561561
fullscreen_close = Text(

0 commit comments

Comments
 (0)