Skip to content

Commit

Permalink
test: Ignore checkbox pixels in one dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Aug 21, 2023
1 parent d3ce589 commit d4ea929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/verify/check-storage-stratis
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ class TestStorageStratis(storagelib.StorageCase):
self.dialog_set_val("passphrase", passphrase)
self.dialog_set_val("passphrase2", passphrase)
self.dialog_set_val("disks", {dev_1: True})
b.assert_pixels("#dialog", "create-encrypted-pool")
b.assert_pixels("#dialog", "create-encrypted-pool",
# The small checkbox ticks render inconsistently
ignore=["input[type=checkbox]"])
self.dialog_apply()
self.dialog_wait_close()
m.execute("stratis key unset pool0")
Expand Down

0 comments on commit d4ea929

Please sign in to comment.