test: Adjust to new navigation in Cockpit 220
The parent element `#navbar-dropdown` exists in both old and new versions. Closes #325
This commit is contained in:
parent
5660330c4c
commit
820549d862
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class TestApplication(testlib.MachineCase):
|
||||||
|
|
||||||
# change language to German
|
# change language to German
|
||||||
b.switch_to_top()
|
b.switch_to_top()
|
||||||
b.click("#content-user-name")
|
b.click("#navbar-dropdown")
|
||||||
b.click(".display-language-menu a")
|
b.click(".display-language-menu a")
|
||||||
b.wait_popup('display-language')
|
b.wait_popup('display-language')
|
||||||
b.set_val("#display-language select", "de-de")
|
b.set_val("#display-language select", "de-de")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue