Skip to content

Commit

Permalink
test: Adjust to changed key input testlib API
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jun 10, 2024
1 parent 8c8d642 commit f5c0c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 8769d417e5a4910f1ba0d02cda220fa313b6a2d7 # 317 + 28 commits
COCKPIT_REPO_COMMIT = cbe46eeb89e0ac4b124bdbf96efd99084c7aa321 # 317 + 44 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down
2 changes: 1 addition & 1 deletion test/check-ostree
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ class OstreeCase(testlib.MachineCase):
b.set_val("#edit-repository-modal #gpg-data", gpg_data)
b.wait_val("#edit-repository-modal #gpg-data", gpg_data)
b.focus("#edit-repository-modal #gpg-data")
b.key_press("\b") # Backspace
b.key("Backspace")
b.click("#edit-repository-modal button.pf-m-primary")
b.wait_not_present("#edit-repository-modal")
m.execute("ls /sysroot/ostree/repo/zremote-test1.trustedkeys.gpg")
Expand Down

0 comments on commit f5c0c55

Please sign in to comment.