Skip to content

Commit

Permalink
test: Remove ineffective config change in check-embed
Browse files Browse the repository at this point in the history
Changing the Shell= setting back without restarting cockpit has no
effect.
  • Loading branch information
mvollmer committed Aug 13, 2024
1 parent 680decc commit 0a74fdb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/verify/check-embed
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ Shell=/embed-cockpit/index.html

b.wait_visible("#embed-loaded")
b.wait_visible("#embed-address")
m.write("/etc/cockpit/cockpit.conf", """
[WebService]
Shell=/shell/index.html
""")
b.set_val("#embed-address", f"http://{m.web_address}:{m.web_port}")
b.click("#embed-full")
b.wait_visible("iframe[name='embed-full'][loaded]")
Expand Down

0 comments on commit 0a74fdb

Please sign in to comment.